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/default.nix | 1 - modules/home/i3wm/nord-blue/i3.nix | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.3