diff options
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/hypridle.nix | 2 | ||||
| -rw-r--r-- | modules/home-manager/shell.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/modules/home-manager/hypridle.nix b/modules/home-manager/hypridle.nix index b8fdb3d..d681961 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -36,7 +36,7 @@ } { timeout = 420; - on-timeout = "${brightnessSet} 0% && systemctl suspsend"; + on-timeout = "${brightnessSet} 0% && systemctl suspend"; on-resume = "brightnessctl -r"; } ]; diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 6c6d566..2e48849 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -28,7 +28,6 @@ in { source ${nushell-scripts}/custom-completions/nix/nix-completions.nu source ${nushell-scripts}/custom-completions/man/man-completions.nu source ${nushell-scripts}/custom-completions/cargo/cargo-completions.nu - source ${nushell-scripts}/custom-completions/make/make-completions.nu source ${nushell-scripts}/custom-completions/git/git-completions.nu use ${nushell-scripts}/themes/nu-themes/catppuccin-mocha.nu $env.config = ($env.config | merge {color_config: (catppuccin-mocha)}) |
