added something
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -74,9 +74,6 @@ programs.neovim = {
|
|||||||
-- },
|
-- },
|
||||||
--})
|
--})
|
||||||
|
|
||||||
set termguicolors = true
|
|
||||||
set background = dark
|
|
||||||
colorscheme zenbones
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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" ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user