summaryrefslogtreecommitdiffstats
path: root/hjem.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hjem.nix')
-rw-r--r--hjem.nix5
1 files changed, 5 insertions, 0 deletions
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
];
};