before upgrade?

This commit is contained in:
Till 2025-03-19 16:15:29 +01:00
parent 133eee5975
commit 3e8d9e6b84
9 changed files with 46 additions and 14 deletions

20
system/sway.nix Normal file
View 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
];
}