From 72aa4da29655fcab198e3c86c2b69ac9072b321d Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 13:32:52 +0100 Subject: removed scripts import frim default.nix --- modules/home/i3wm/nord-blue/i3.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home/i3wm/nord-blue/i3.nix') 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 -- cgit v1.2.3