modified: hosts/rogue/nixos/configuration.nix
This commit is contained in:
parent
8b94ac389e
commit
66c212e1c3
1 changed files with 19 additions and 0 deletions
|
@ -14,6 +14,25 @@
|
||||||
../../shared/nixos/shared_config.nix
|
../../shared/nixos/shared_config.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
modules = {
|
||||||
|
desktop = {
|
||||||
|
chat.enable = true;
|
||||||
|
# daw.enable = true;
|
||||||
|
# cad.enable = true;
|
||||||
|
cam.enable = true;
|
||||||
|
code.enable = true;
|
||||||
|
art.enable = true;
|
||||||
|
games.enable = true;
|
||||||
|
apps = {
|
||||||
|
# xiv.enable = true;
|
||||||
|
godot.enable = true;
|
||||||
|
# minecraft.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
# system.boot.grub.enable = true;
|
||||||
|
system.audio.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Reference in a new issue