update theming of hosts/dragyx
This commit is contained in:
parent
cd02dbc3a7
commit
ed6e54a11e
4 changed files with 82 additions and 30 deletions
|
@ -3,9 +3,6 @@
|
|||
{
|
||||
imports = [
|
||||
../common/default.nix
|
||||
../../../options/common/pin-registry.nix
|
||||
../../../options/common/preserve-system.nix
|
||||
../../../options/desktop/fonts.nix
|
||||
./packages.nix
|
||||
];
|
||||
|
||||
|
@ -51,6 +48,15 @@
|
|||
device = "nodev";
|
||||
efiSupport = true;
|
||||
enableCryptodisk = true;
|
||||
useOSProber = true;
|
||||
extraEntries = ''
|
||||
menuentry "Reboot" {
|
||||
reboot
|
||||
}
|
||||
menuentry "Poweroff" {
|
||||
halt
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
initrd.luks.devices = {
|
||||
|
@ -160,6 +166,7 @@
|
|||
pipewire.enable = true;
|
||||
};
|
||||
WM.hyprland.enable = true;
|
||||
WM.hyprland.gnome-keyring = true;
|
||||
};
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue