feat(sway): initial configuration

This commit is contained in:
Oliver Davies 2023-05-22 22:45:23 +01:00
parent 2f06003ff8
commit ef64b0e03d
4 changed files with 249 additions and 2 deletions
system/nixos/nixedo

View file

@ -103,10 +103,15 @@ in {
# $ nix search wget
environment.systemPackages = with pkgs;
[
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
swayidle
swaylock
];
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;