diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:32:52 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:32:52 +0100 |
| commit | 72aa4da29655fcab198e3c86c2b69ac9072b321d (patch) | |
| tree | ce9141e395c3151c23cf12ff9d3f49fa4ed5af6b /modules/home/i3wm/nord-blue | |
| parent | 1e918535344669103498b7c9bcc27d68e1b70a17 (diff) | |
removed scripts import frim default.nix
Diffstat (limited to 'modules/home/i3wm/nord-blue')
| -rw-r--r-- | modules/home/i3wm/nord-blue/default.nix | 1 | ||||
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/default.nix b/modules/home/i3wm/nord-blue/default.nix index 1ef38af..2ef727a 100644 --- a/modules/home/i3wm/nord-blue/default.nix +++ b/modules/home/i3wm/nord-blue/default.nix @@ -4,6 +4,5 @@ imports = [ ./alacritty.nix ./i3.nix - ./scripts.nix ]; }
\ No newline at end of file diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 67507f6..912e30b 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -2,6 +2,7 @@ let vars = import ./variables.nix; + scripts = import ./scrtips.nix mod = "Mod4"; in { @@ -65,6 +66,7 @@ in home.packages = with pkgs; [ dmenu # App launcher i3lock # Lock screen + scripts.lock-screen # Actual lock screen functionality imagemagick # Handle wallpaper resizing for i3-lock polybar # Status bar alacritty # Terminal Emulator |
