added something
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -74,9 +74,6 @@ programs.neovim = {
|
||||
-- },
|
||||
--})
|
||||
|
||||
set termguicolors = true
|
||||
set background = dark
|
||||
colorscheme zenbones
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
@@ -16,8 +16,12 @@
|
||||
security.polkit.enable = true;
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"ida-free"
|
||||
"pantum-driver"
|
||||
];
|
||||
programs.hyprland.enable = true;
|
||||
programs.waybar.enable = true;
|
||||
|
||||
networking.interfaces.enp12s0.wakeOnLan.enable = true;
|
||||
networking.interfaces.enp12s0.wakeOnLan.policy = [ "magic" ];
|
||||
|
||||
}
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
git
|
||||
wget
|
||||
nfs-utils
|
||||
pantum-driver
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user