aboutsummaryrefslogtreecommitdiff
path: root/hosts/mantis
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mantis')
-rw-r--r--hosts/mantis/configuration.nix4
-rw-r--r--hosts/mantis/home.nix9
2 files changed, 7 insertions, 6 deletions
diff --git a/hosts/mantis/configuration.nix b/hosts/mantis/configuration.nix
index 76bf237..d96f321 100644
--- a/hosts/mantis/configuration.nix
+++ b/hosts/mantis/configuration.nix
@@ -55,7 +55,7 @@
55 systemPackages = with pkgs; [ 55 systemPackages = with pkgs; [
56 man-pages 56 man-pages
57 man-pages-posix 57 man-pages-posix
58 (lib.hiPrio pkgs.bashInteractive_5) 58 (lib.hiPrio pkgs.bashInteractive)
59 _2bwm 59 _2bwm
60 ]; 60 ];
61 variables = { 61 variables = {
@@ -80,7 +80,7 @@
80 }; 80 };
81 }; 81 };
82 82
83 hardware.opengl.extraPackages = [ 83 hardware.graphics.extraPackages = [
84 pkgs.vpl-gpu-rt 84 pkgs.vpl-gpu-rt
85 ]; 85 ];
86 86
diff --git a/hosts/mantis/home.nix b/hosts/mantis/home.nix
index e196052..dfabeed 100644
--- a/hosts/mantis/home.nix
+++ b/hosts/mantis/home.nix
@@ -14,8 +14,8 @@
14 # ./mail.nix 14 # ./mail.nix
15 ]; 15 ];
16 16
17 programs.niri.enable = true; 17 # programs.niri.enable = false;
18 programs.niri.config = builtins.readFile ./niri-config.kdl; 18 # programs.niri.config = builtins.readFile ./niri-config.kdl;
19 19
20 home.stateVersion = "22.11"; 20 home.stateVersion = "22.11";
21 home.username = "op"; 21 home.username = "op";
@@ -71,8 +71,9 @@
71 libinput 71 libinput
72 72
73 # wayland stuff 73 # wayland stuff
74 wl-clipboard-rs 74 xclip
75 swaybg 75 # wl-clipboard-rs
76 # swaybg
76 77
77 nixpkgs-fmt 78 nixpkgs-fmt
78 79