From 6ae8c2003e377e410f8e7c029c9e9efcda87465d Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 11 Dec 2023 13:31:31 +0100 Subject: [PATCH] nix(t14): add packages --- nix/hosts/t14/configuration.nix | 3 +++ nix/hosts/t14/modules/desktop/sway.nix | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/nix/hosts/t14/configuration.nix b/nix/hosts/t14/configuration.nix index 842723e..85bd37b 100644 --- a/nix/hosts/t14/configuration.nix +++ b/nix/hosts/t14/configuration.nix @@ -130,6 +130,9 @@ cargo chainsaw topgrade + vulnix + keepassxc + libreoffice ]; }; diff --git a/nix/hosts/t14/modules/desktop/sway.nix b/nix/hosts/t14/modules/desktop/sway.nix index e055bfb..72d9ab6 100644 --- a/nix/hosts/t14/modules/desktop/sway.nix +++ b/nix/hosts/t14/modules/desktop/sway.nix @@ -54,7 +54,7 @@ in { glib # gsettings dracula-theme # gtk theme gnome3.adwaita-icon-theme # default gnome cursors - swaylock + swaylock-effects swayidle grim # screenshot functionality slurp # screenshot functionality @@ -64,8 +64,12 @@ in { wdisplays # tool to configure displays manually kanshi wofi + farge + j4-dmenu-desktop + swayr avizo light + swayfx ]; ## enable sway window manager @@ -75,6 +79,7 @@ in { #}; wayland.windowManager.sway = { enable = true; + package = pkgs.swayfx; config = rec { modifier = "Mod4"; # super key # Use kitty as default terminal