summaryrefslogtreecommitdiffstats
path: root/hjem.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hjem.nix')
-rw-r--r--hjem.nix24
1 files changed, 13 insertions, 11 deletions
diff --git a/hjem.nix b/hjem.nix
index 5fa27ba..13c118b 100644
--- a/hjem.nix
+++ b/hjem.nix
@@ -18,20 +18,22 @@
directory = "/home/andrew";
files = {
- ".config/sxhkd/sxhkdrc".text = builtins.readFile (pkgs.replaceVars ./dotfiles/sxhkdrc {
- dmenu = pkgs.dmenu;
- st = pkgs.st;
- librewolf = pkgs.librewolf;
- pamixer = pkgs.pamixer;
- maim = pkgs.maim;
- xdotool = pkgs.xdotool;
- xclip = pkgs.xclip;
- lockscreen = pkgs.lock-screen;
-});
+ ".config/sxhkd/sxhkdrc".text = builtins.readFile (
+ pkgs.replaceVars ./dotfiles/sxhkdrc {
+ dmenu = pkgs.dmenu;
+ st = pkgs.st;
+ librewolf = pkgs.librewolf;
+ pamixer = pkgs.pamixer;
+ maim = pkgs.maim;
+ xdotool = pkgs.xdotool;
+ xclip = pkgs.xclip;
+ lockscreen = pkgs.lock-screen;
+ }
+ );
};
packages = with pkgs; [
discord
-lazygit
+ lazygit
];
};