From 23c5a7b377bef84bd3305e1592e3284ed782bf8d Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 19 Feb 2026 18:33:35 +0200 Subject: [PATCH] w: switch to niri --- modules/hosts/ws/w/default.nix | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/modules/hosts/ws/w/default.nix b/modules/hosts/ws/w/default.nix index 7317a30..5255f17 100644 --- a/modules/hosts/ws/w/default.nix +++ b/modules/hosts/ws/w/default.nix @@ -45,7 +45,6 @@ in { gnupg tlp tidal - ssh-agent displaylink home-manager @@ -149,34 +148,10 @@ in { name = "Jonni Liljamo"; }; - arta.hyprland.extraConfig = { - exec-once = [ - "waybar" - ]; - - monitor = [ - "desc:Samsung Electric Company S34CG50 HNBX800050,preferred,auto,1,bitdepth,10,cm,auto,sdrbrightness,1.0,sdrsaturation,1.0" - ]; - - workspace = [ - "1,monitor:eDP-1,default:true" - "8,monitor:eDP-1" - "9,monitor:eDP-1" - ]; - }; - - arta.hyprlock.extraConfig = { - auth = { - fingerprint = { - enabled = true; - }; - }; - }; - arta.waybar.extraConfig = { output = ["eDP-1"]; - modules-left = ["hyprland/workspaces"]; + modules-left = ["niri/workspaces"]; modules-right = [ "bluetooth" "custom/sep" @@ -192,7 +167,7 @@ in { "custom/sep" "clock" "custom/sep" - "hyprland/language" + "niri/language" "tray" ]; @@ -217,7 +192,7 @@ in { } ] ++ lib.flatten [ - (lib.arta.importBoth "hyprland" user) + (lib.arta.importBoth "niri" user) (lib.arta.importBoth "shell" user) (lib.arta.importBoth "passmenu" user) (lib.arta.importBoth "bluetooth" user) -- 2.44.1