before upgrade?
This commit is contained in:
parent
133eee5975
commit
3e8d9e6b84
9 changed files with 46 additions and 14 deletions
20
system/sway.nix
Normal file
20
system/sway.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
programs.waybar.enable = true;
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
swaynotificationcenter
|
||||
tofi
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue