nix(t14): add packages

This commit is contained in:
surtur 2023-12-11 13:31:31 +01:00
parent 7217bbd0cb
commit 6ae8c2003e
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 9 additions and 1 deletions

@ -130,6 +130,9 @@
cargo cargo
chainsaw chainsaw
topgrade topgrade
vulnix
keepassxc
libreoffice
]; ];
}; };

@ -54,7 +54,7 @@ in {
glib # gsettings glib # gsettings
dracula-theme # gtk theme dracula-theme # gtk theme
gnome3.adwaita-icon-theme # default gnome cursors gnome3.adwaita-icon-theme # default gnome cursors
swaylock swaylock-effects
swayidle swayidle
grim # screenshot functionality grim # screenshot functionality
slurp # screenshot functionality slurp # screenshot functionality
@ -64,8 +64,12 @@ in {
wdisplays # tool to configure displays manually wdisplays # tool to configure displays manually
kanshi kanshi
wofi wofi
farge
j4-dmenu-desktop
swayr
avizo avizo
light light
swayfx
]; ];
## enable sway window manager ## enable sway window manager
@ -75,6 +79,7 @@ in {
#}; #};
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
package = pkgs.swayfx;
config = rec { config = rec {
modifier = "Mod4"; # super key modifier = "Mod4"; # super key
# Use kitty as default terminal # Use kitty as default terminal