hosts: source modules from workstation
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -14,37 +14,21 @@
|
||||
../dunamis/programs.nix
|
||||
../dunamis/services.nix
|
||||
../dunamis/sops.nix
|
||||
./users.nix
|
||||
../dunamis/users.nix
|
||||
];
|
||||
|
||||
desktop.niri.enable = true;
|
||||
|
||||
locale.ukrainian.enable = true;
|
||||
system.stateVersion = "25.05";
|
||||
time.timeZone = "Europe/Kyiv";
|
||||
|
||||
module.stylix = {
|
||||
enable = true;
|
||||
theme = "helios";
|
||||
};
|
||||
|
||||
opentabletdriver.enable = false;
|
||||
desktop.niri.enable = true;
|
||||
|
||||
locale.ukrainian.enable = true;
|
||||
qmk-vial.enable = true;
|
||||
|
||||
security.basic.enable = true;
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
time.timeZone = "Europe/Kyiv";
|
||||
|
||||
virtual.libvirt.enable = true;
|
||||
|
||||
wireless = {
|
||||
wifi.enable = true;
|
||||
bluetooth.enable = true;
|
||||
};
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
intel-compute-runtime
|
||||
intel-media-driver
|
||||
vpl-gpu-rt
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user