summaryrefslogtreecommitdiff
path: root/machines/x
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-11-04 10:06:11 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-11-04 10:06:11 +0530
commit53a39bc6f60b8d19964a64583fbf10088b7c8d20 (patch)
tree48fbaf3ed1cf3450a570d373a95fb23db88636d2 /machines/x
parentb13a66ee6f5c5bad7425a2cdbb64ddb4267bcf9a (diff)
(update): dwl, vm config
Diffstat (limited to 'machines/x')
-rw-r--r--machines/x/configuration.nix13
-rw-r--r--machines/x/home.nix10
2 files changed, 9 insertions, 14 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix
index fbd553f..c26d6b5 100644
--- a/machines/x/configuration.nix
+++ b/machines/x/configuration.nix
@@ -27,10 +27,10 @@ in {
"virtualization.nix"
"remapcapslock.nix"
- # "wm_utils.nix"
- # "polkit.nix"
+ "wm_utils.nix"
+ "polkit.nix"
"login.nix"
- "plasma.nix"
+ # "plasma.nix"
]);
boot.loader = {
@@ -56,10 +56,6 @@ in {
networking.hostName = "x";
- environment.variables = {
- XCURSOR_SIZE = "16";
- };
-
programs.fuse.userAllowOther = true;
home-manager = {
extraSpecialArgs = { inherit inputs; };
@@ -70,7 +66,6 @@ in {
networking.extraHosts =
''
- 127.0.0.1 download.labsmartlis.local
- 192.168.1.186 cacer.local c
+ 192.168.122.100 android
'';
}
diff --git a/machines/x/home.nix b/machines/x/home.nix
index a769073..6a3cd25 100644
--- a/machines/x/home.nix
+++ b/machines/x/home.nix
@@ -54,11 +54,11 @@
"nvim"
# "qtile"
- # "dwl.nix"
- # "themes.nix"
- # "way-displays"
- # "swaylock"
- # "dunst"
+ "dwl.nix"
+ "themes.nix"
+ "way-displays"
+ "swaylock"
+ "dunst"
"alacritty"
]);