diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 12:55:23 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 12:55:23 -0500 |
commit | d3643a962b42440f706c9171a2644c41fcd2be8e (patch) | |
tree | 7dc276763b5cfcd9510b26dfa63f242110305887 /hosts/T495/home.nix | |
parent | 9da942ba47d34210e86a1a709e802eda5c3b95db (diff) | |
download | nixos-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/T495/home.nix')
-rw-r--r-- | hosts/T495/home.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/hosts/T495/home.nix b/hosts/T495/home.nix deleted file mode 100644 index f233c08..0000000 --- a/hosts/T495/home.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ ... }: { - imports = [ ../../home ]; - - theme = { - mint.theme.color = "Dark-Purple"; - mint.icons.color = "Purple"; - st = { - enable = true; - font = "TamzenForPowerline:pixelsize=20"; - }; - }; - wallpapers.enable = true; - - home.file.input-leap-config = { - source = ./resources/input-leap; - recursive = true; - target = "./.config/input-leap"; - }; -} |