aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm/nord-blue/i3.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 13:32:52 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 13:32:52 +0100
commit72aa4da29655fcab198e3c86c2b69ac9072b321d (patch)
treece9141e395c3151c23cf12ff9d3f49fa4ed5af6b /modules/home/i3wm/nord-blue/i3.nix
parent1e918535344669103498b7c9bcc27d68e1b70a17 (diff)
removed scripts import frim default.nix
Diffstat (limited to 'modules/home/i3wm/nord-blue/i3.nix')
-rw-r--r--modules/home/i3wm/nord-blue/i3.nix2
1 files changed, 2 insertions, 0 deletions
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