[Tibo-NixDesk] Update
This commit is contained in:
parent
01efdcf8e7
commit
48463104ab
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
sisyphus = {
|
sisyphus = {
|
||||||
desktop.sway.enable = true;
|
desktop.hyprland.enable = true;
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
nvidia = {
|
nvidia = {
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
tailscale.enable = true;
|
||||||
pipewire.enable = true;
|
pipewire.enable = true;
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
openrgb.enable = true;
|
openrgb.enable = true;
|
||||||
|
|
@ -56,6 +57,8 @@
|
||||||
efiSysMountPoint = "/boot/efi";
|
efiSysMountPoint = "/boot/efi";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plymouth.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue