summaryrefslogtreecommitdiff
path: root/hosts/X230/home.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-08-30 12:55:23 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-08-30 12:55:23 -0500
commitd3643a962b42440f706c9171a2644c41fcd2be8e (patch)
tree7dc276763b5cfcd9510b26dfa63f242110305887 /hosts/X230/home.nix
parent9da942ba47d34210e86a1a709e802eda5c3b95db (diff)
downloadnixos-d3643a962b42440f706c9171a2644c41fcd2be8e.tar.xz
nixos-d3643a962b42440f706c9171a2644c41fcd2be8e.zip
only allow specified unfree software on hosts that use unfree and update all active hosts to work with new config
Diffstat (limited to 'hosts/X230/home.nix')
-rw-r--r--hosts/X230/home.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/hosts/X230/home.nix b/hosts/X230/home.nix
deleted file mode 100644
index 03b559d..0000000
--- a/hosts/X230/home.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ ... }: {
- imports = [ ../../home ];
-
- theme = {
- mint.theme.color = "Dark-Teal";
- mint.icons.color = "Teal";
- font = {
- monospace = "TamzenForPowerline";
- gtk.name = "monospace";
- gtk.size = 8;
- };
- cursor.size = 24;
- st = {
- enable = true;
- font = "TamzenForPowerline:pixelsize=14";
- };
- };
-}