From f68f635f34d0b7a35da4301cc02547c206ea268c Mon Sep 17 00:00:00 2001 From: yaroslav Date: Tue, 23 Sep 2025 10:22:20 +0300 Subject: [PATCH] added something --- flake.nix | 1 + home/yaroslav/nvim.nix | 3 --- hosts/Aphelion/Aphelion_misc.nix | 6 +++++- hosts/generic/configuration_generic.nix | 2 ++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 9aa2d52..237bb46 100644 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,7 @@ ./home/yaroslav/steam.nix ./hosts/generic/teamspeak.nix ./hosts/Aphelion/nfs.nix + ./hosts/generic/cups.nix # ./hosts/generic/zapret.nix ./hosts/Aphelion/dlna.nix ./hosts/Aphelion/Aphelion_misc.nix diff --git a/home/yaroslav/nvim.nix b/home/yaroslav/nvim.nix index 422eecf..38f3b10 100644 --- a/home/yaroslav/nvim.nix +++ b/home/yaroslav/nvim.nix @@ -74,9 +74,6 @@ programs.neovim = { -- }, --}) - set termguicolors = true - set background = dark - colorscheme zenbones ''; }; diff --git a/hosts/Aphelion/Aphelion_misc.nix b/hosts/Aphelion/Aphelion_misc.nix index c8d50c1..179af41 100644 --- a/hosts/Aphelion/Aphelion_misc.nix +++ b/hosts/Aphelion/Aphelion_misc.nix @@ -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" ]; } diff --git a/hosts/generic/configuration_generic.nix b/hosts/generic/configuration_generic.nix index 368f921..d5aa623 100644 --- a/hosts/generic/configuration_generic.nix +++ b/hosts/generic/configuration_generic.nix @@ -17,7 +17,9 @@ git wget nfs-utils + pantum-driver ]; + nixpkgs.config.allowUnfree = true; programs.neovim = { enable = true;