Made desktop env declarations common + sway scrsht
This commit is contained in:
24
modules/de/sway.nix
Normal file
24
modules/de/sway.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mako # Notification daemon for Sway
|
||||
playerctl
|
||||
pavucontrol
|
||||
blueman
|
||||
xorg.xhost
|
||||
# Screenshots
|
||||
wl-copy
|
||||
grim
|
||||
slurp
|
||||
# Other Sway-specific packages
|
||||
];
|
||||
programs.light.enable = true; # For brightness control
|
||||
}
|
||||
Reference in New Issue
Block a user