just do it later
This commit is contained in:
parent
2c00c995dd
commit
db9afdbc50
1 changed files with 2 additions and 2 deletions
|
|
@ -25,14 +25,14 @@
|
||||||
blockYoutube = false;
|
blockYoutube = false;
|
||||||
blockTwitter = false;
|
blockTwitter = false;
|
||||||
enableTailscale = true;
|
enableTailscale = true;
|
||||||
enableJellyfin = true;
|
# enableJellyfin = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method
|
i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method
|
||||||
programs.firefox.enable = lib.mkForce false; # no need for firefox
|
programs.firefox.enable = lib.mkForce false; # no need for firefox
|
||||||
|
|
||||||
# enable hyprland
|
# enable hyprland
|
||||||
programs.hyprland.enable = true;
|
# programs.hyprland.enable = true;
|
||||||
|
|
||||||
networking.hostName = "pochita";
|
networking.hostName = "pochita";
|
||||||
# log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName"
|
# log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue