mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
fix: reconfigure modules to build successfully on demeter
This commit is contained in:
parent
ce89f8149e
commit
180741ec71
11 changed files with 54 additions and 63 deletions
|
@ -14,6 +14,28 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
liminalOS = {
|
||||
system = {
|
||||
audio.prod.enable = true;
|
||||
networking = {
|
||||
enable = true;
|
||||
firewallPresets.vite = true;
|
||||
cloudflareNameservers.enable = true;
|
||||
};
|
||||
};
|
||||
theming.enable = true;
|
||||
desktop.enable = true;
|
||||
extras.gaming = {
|
||||
enable = true;
|
||||
roblox.enable = true;
|
||||
utilities.gamemode = {
|
||||
enable = true;
|
||||
gamemodeUsers = [ "youwen" ];
|
||||
};
|
||||
};
|
||||
programs.flatpak.enable = true;
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue