Remove unused files and references
This commit is contained in:
parent
84cff06cf3
commit
ad796ad495
8 changed files with 2 additions and 280 deletions
|
@ -38,6 +38,8 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
};
|
||||
}
|
||||
|
||||
(import ./modules/autorandr.nix)
|
||||
|
||||
(import ./modules/awesome.nix {
|
||||
inherit
|
||||
inputs
|
||||
|
@ -46,9 +48,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
username
|
||||
;
|
||||
})
|
||||
(import ./modules/autorandr.nix)
|
||||
(import ./modules/gnome.nix)
|
||||
# (import ./modules/sway.nix { inherit inputs username; })
|
||||
|
||||
configuration
|
||||
hardwareConfiguration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue