nix(t14): add packages
This commit is contained in:
parent
7217bbd0cb
commit
6ae8c2003e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user