small fixes
This commit is contained in:
parent
f9043fcb1a
commit
060c40acef
2 changed files with 6 additions and 1 deletions
|
|
@ -37,6 +37,8 @@ in
|
|||
enable = true;
|
||||
};
|
||||
|
||||
services.upower.enable = true;
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-${theme}.yaml";
|
||||
|
|
@ -110,7 +112,6 @@ in
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFpJBGPIfPB1BwSG7aoKqwfccyZSaU7J3xpJ8behMp9N fw@core"
|
||||
];
|
||||
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking.hostName = myhostname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue