summaryrefslogtreecommitdiff
path: root/hosts/T495/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-06-19 13:50:46 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-06-19 13:50:46 -0500
commit2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f (patch)
tree99bac86705c326a9f6d9a577deeec4170b31bf45 /hosts/T495/configuration.nix
parent44653c6a5794801abb6a6fc0151b04c24e053b09 (diff)
downloadnixos-2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f.tar.xz
nixos-2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f.zip
wg on T495 and install dconf for home-manager gtk theme
Diffstat (limited to 'hosts/T495/configuration.nix')
-rw-r--r--hosts/T495/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/T495/configuration.nix b/hosts/T495/configuration.nix
index b80f27e..c865964 100644
--- a/hosts/T495/configuration.nix
+++ b/hosts/T495/configuration.nix
@@ -1,5 +1,5 @@
{ config, lib, pkgs, ... }: {
- imports = [ ./wg.nix ];
+ #imports = [ ./wg.nix ];
# Setup bootloader
boot._loader.enable = true;