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
+1
View File
@@ -81,6 +81,7 @@
./home/yaroslav/steam.nix ./home/yaroslav/steam.nix
./hosts/generic/teamspeak.nix ./hosts/generic/teamspeak.nix
./hosts/Aphelion/nfs.nix ./hosts/Aphelion/nfs.nix
./hosts/generic/cups.nix
# ./hosts/generic/zapret.nix # ./hosts/generic/zapret.nix
./hosts/Aphelion/dlna.nix ./hosts/Aphelion/dlna.nix
./hosts/Aphelion/Aphelion_misc.nix ./hosts/Aphelion/Aphelion_misc.nix
-3
View File
@@ -74,9 +74,6 @@ programs.neovim = {
-- }, -- },
--}) --})
set termguicolors = true
set background = dark
colorscheme zenbones
''; '';
}; };
+5 -1
View File
@@ -15,9 +15,13 @@
''; '';
security.polkit.enable = true; security.polkit.enable = true;
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"ida-free" "ida-free"
"pantum-driver"
]; ];
programs.hyprland.enable = true; programs.hyprland.enable = true;
programs.waybar.enable = true; programs.waybar.enable = true;
networking.interfaces.enp12s0.wakeOnLan.enable = true;
networking.interfaces.enp12s0.wakeOnLan.policy = [ "magic" ];
} }
+2
View File
@@ -17,7 +17,9 @@
git git
wget wget
nfs-utils nfs-utils
pantum-driver
]; ];
nixpkgs.config.allowUnfree = true;
programs.neovim = { programs.neovim = {
enable = true; enable = true;