move sway to module

This commit is contained in:
2024-03-06 23:02:59 +01:00
parent fac8cb3be4
commit b655dafce9
4 changed files with 303 additions and 210 deletions

View File

@ -10,6 +10,8 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
# sway as window manager
../../modules/nixos/sway.nix
inputs.home-manager.nixosModules.default
];