summaryrefslogtreecommitdiff
path: root/hosts/nixedo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixedo/default.nix')
-rw-r--r--hosts/nixedo/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/nixedo/default.nix b/hosts/nixedo/default.nix
index bf7be7d..6f2dada 100644
--- a/hosts/nixedo/default.nix
+++ b/hosts/nixedo/default.nix
@@ -68,5 +68,10 @@
];
};
+ hardware.tuxedo-rs = {
+ enable = true;
+ tailor-gui.enable = true;
+ };
+
system.stateVersion = "24.05";
}