added something

This commit is contained in:
yaroslav
2025-09-23 10:22:20 +03:00
parent 5ee1c5cdd9
commit f68f635f34
4 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -15,9 +15,13 @@
'';
security.polkit.enable = true;
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"ida-free"
"ida-free"
"pantum-driver"
];
programs.hyprland.enable = true;
programs.waybar.enable = true;
networking.interfaces.enp12s0.wakeOnLan.enable = true;
networking.interfaces.enp12s0.wakeOnLan.policy = [ "magic" ];
}