This commit is contained in:
2025-12-23 13:48:51 +03:00
parent 8cc33846b0
commit 043681c5a0
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -34,7 +34,6 @@
enable = true;
settings = builtins.fromJSON (builtins.readFile ./hyprpanel.json);
};
programs.fuzzel.enable = true;
home.file.".config/hypr/scripts" = {
source = ./scripts;
+1 -1
View File
@@ -6,5 +6,5 @@
networking.networkmanager.enable = true;
networking.nameservers = [ "8.8.8.8" "1.1.1.1" ];
networking.networkmanager.insertNameservers = [ "1.1.1.1" "8.8.8.8" ];
networking.firewall.enable = true;
networking.firewall.enable = false;
}