aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home/i3wm/nord-blue/default.nix1
-rw-r--r--modules/home/i3wm/nord-blue/i3.nix2
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