diff options
Diffstat (limited to 'hjem.nix')
| -rw-r--r-- | hjem.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,10 +30,15 @@ lockscreen = pkgs.lock-screen; } ); + + ".config/surf/styles/default.css".text = builtins.readFile ./dotfiles/surf/styles/default.css; + }; packages = with pkgs; [ discord lazygit + librewolf + btop ]; }; |
