fix
This commit is contained in:
parent
99ee97ac9d
commit
5f3df4e60b
1 changed files with 8 additions and 7 deletions
|
|
@ -7,18 +7,19 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules/common-packages.nix
|
||||
../../modules/services
|
||||
# ../../modules/services/tailscale.nix
|
||||
# ../../modules/services/openssh.nix
|
||||
../../modules/nix-settings.nix
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
];
|
||||
|
||||
myModules = {
|
||||
enableKDE = false;
|
||||
enableFonts = false;
|
||||
blockYoutube = false;
|
||||
blockTwitter = false;
|
||||
};
|
||||
# myModules = {
|
||||
# enableKDE = false;
|
||||
# enableFonts = false;
|
||||
# blockYoutube = false;
|
||||
# blockTwitter = false;
|
||||
# };
|
||||
|
||||
i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method
|
||||
system.stateVersion = "25.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue