hosts/dunamis/configuration.nix: simplify
hosts/dunamis/users/user/home-configuration.nix: simplify hosts/dunamis/users.nix: simplify modules/nixos/desktop/plasma.nix: simplify Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -15,23 +15,14 @@
|
||||
];
|
||||
|
||||
desktop.niri.enable = true;
|
||||
|
||||
environment.memoryAllocator.provider = "mimalloc";
|
||||
|
||||
locale.ukrainian.enable = true;
|
||||
|
||||
opentabletdriver.enable = false;
|
||||
|
||||
qmk-vial.enable = true;
|
||||
|
||||
security.basic.enable = true;
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
time.timeZone = "Europe/Kyiv";
|
||||
|
||||
virtual.libvirt.enable = true;
|
||||
|
||||
wireless = {
|
||||
bluetooth.enable = true;
|
||||
bluetooth.enableBlueman = true;
|
||||
|
Reference in New Issue
Block a user