Add awesome configuration

This commit is contained in:
Oliver Davies 2024-06-15 12:52:54 +01:00
parent f2c7453b02
commit 5347c04b3e
9 changed files with 912 additions and 11 deletions

View file

@ -1,5 +1,6 @@
{
inputs,
pkgs,
self,
username,
}:
@ -37,7 +38,14 @@ inputs.nixpkgs.lib.nixosSystem {
};
}
(import ./modules/awesome.nix)
(import ./modules/awesome.nix {
inherit
inputs
pkgs
self
username
;
})
(import ./modules/gnome.nix)
# (import ./modules/sway.nix { inherit inputs username; })