Initial switch to sway

This commit is contained in:
2024-08-10 12:27:56 +02:00
parent 5a58ab78a6
commit c2bf499c19
8 changed files with 277 additions and 2 deletions

View File

@ -15,6 +15,7 @@ inputs.nixpkgs.lib.nixosSystem {
nixpkgs.overlays = [ overlay-unstable ];
})
(import ./common.nix inputs)
(import ./sway.nix inputs)
(import ./morpheus/btrbk.nix inputs)
(import ./dev.nix inputs)
(import ./entertainment.nix inputs)