mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Fix mups
This commit is contained in:
parent
0e00821e0e
commit
bbc1b6f794
8 changed files with 66 additions and 94 deletions
|
|
@ -24,7 +24,7 @@ in {
|
|||
# Modules
|
||||
mods.desktop.enable = false;
|
||||
|
||||
mods.theme.enable = true;
|
||||
mods.theme.enable = false;
|
||||
mods.theme.scheme = "woodland";
|
||||
mods.theme.wallpaper = ./wallpaper.png;
|
||||
|
||||
|
|
@ -42,6 +42,16 @@ in {
|
|||
mods.server.wireguard.enable = true;
|
||||
mods.server.nginx.enable = true;
|
||||
|
||||
documentation = {
|
||||
enable = false;
|
||||
nixos.enable = false;
|
||||
man.enable = false;
|
||||
info.enable = false;
|
||||
doc.enable = false;
|
||||
};
|
||||
|
||||
i18n.supportedLocales = ["en_US.UTF-8/UTF-8"];
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue