aboutsummaryrefslogtreecommitdiff
path: root/hosts/myrtle/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/myrtle/configuration.nix')
-rw-r--r--hosts/myrtle/configuration.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix
index 069425f..dd45d3b 100644
--- a/hosts/myrtle/configuration.nix
+++ b/hosts/myrtle/configuration.nix
@@ -53,7 +53,6 @@
53 prompt 53 prompt
54 better-text-objs 54 better-text-objs
55 vim-colors-plain 55 vim-colors-plain
56 talon
57 ]; 56 ];
58 57
59 environment = { 58 environment = {
@@ -141,7 +140,7 @@
141 services = { 140 services = {
142 xserver = { 141 xserver = {
143 enable = true; 142 enable = true;
144 layout = "us"; 143 xkb.layout = "us";
145 videoDrivers = [ "nvidia" ]; 144 videoDrivers = [ "nvidia" ];
146 displayManager.startx.enable = true; 145 displayManager.startx.enable = true;
147 libinput.enable = true; 146 libinput.enable = true;
@@ -196,6 +195,7 @@
196 mountOnMedia = true; 195 mountOnMedia = true;
197 }; 196 };
198 197
198 tailscale.enable = true;
199 }; 199 };
200 200
201 systemd.sleep.extraConfig = '' 201 systemd.sleep.extraConfig = ''
@@ -249,7 +249,7 @@
249 nix = { 249 nix = {
250 package = pkgs.nixUnstable; 250 package = pkgs.nixUnstable;
251 extraOptions = '' 251 extraOptions = ''
252 experimental-features = nix-command flakes 252 experimental-features = nix-command flakes repl-flake
253 warn-dirty = false 253 warn-dirty = false
254 keep-outputs = false 254 keep-outputs = false
255 keep-derivations = false 255 keep-derivations = false