changes 10-06-25
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{ inputs, nixpkgs, nixvim, config, self, username, host, ... }: {
|
||||
imports = [ (import ./bootloader.nix) ] ++ [ (import ./network.nix) ]
|
||||
++ [ (import ./powerprofiles.nix) ]
|
||||
++ [ (import ./kernel.nix) ];
|
||||
++ [ (import ./kernel.nix) ]
|
||||
++ [ (import ./input.nix) ];
|
||||
|
||||
hardware.keyboard.uhk.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user