mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
finished switching to modules
This commit is contained in:
parent
99e7bf43e3
commit
87ca412366
12 changed files with 172 additions and 144 deletions
|
|
@ -6,11 +6,6 @@ inputs: {
|
|||
imports = [
|
||||
(import ./prime.nix inputs)
|
||||
(import ./gaming.nix inputs)
|
||||
|
||||
(import ../imports/fonts.nix inputs)
|
||||
(import ../imports/git.nix inputs)
|
||||
(import ../imports/shells.nix inputs)
|
||||
(import ../imports/theme.nix inputs)
|
||||
];
|
||||
|
||||
localModules = {
|
||||
|
|
@ -19,6 +14,10 @@ inputs: {
|
|||
lightdm.enable = true;
|
||||
autoLogin = true;
|
||||
};
|
||||
theming = {
|
||||
enable = true;
|
||||
kmscon.enable = true;
|
||||
};
|
||||
};
|
||||
nixpkgs.allowedUnfree = [
|
||||
"nvidia-x11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue