From 0626ae5d2d23f7a971af9c30fb8319fa422fb229 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 28 Apr 2026 22:15:33 -0400 Subject: surf --- hjem.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hjem.nix') diff --git a/hjem.nix b/hjem.nix index 746114e..791ca7d 100644 --- a/hjem.nix +++ b/hjem.nix @@ -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 ]; }; -- cgit v1.3.1