update other things

This commit is contained in:
zack 2025-07-27 16:17:49 -04:00
parent 620f2867e2
commit 1a658f1668
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
3 changed files with 8 additions and 5 deletions

View file

@ -68,6 +68,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
ciderd = {
url = "git+https://code.zoeys.cloud/zoey/ciderd";
inputs.nixpkgs.follows = "nixpkgs";
};
hypridle = {
url = "github:hyprwm/hypridle";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -177,7 +177,7 @@ with lib.custom; {
{command = ["${pkgs.writeShellScriptBin "thunderbird-delayed" ''sleep 5; thunderbird''}/bin/thunderbird-delayed"];}
{command = ["${pkgs.writeShellScriptBin "zen-delayed" ''sleep 5; zen''}/bin/zen-delayed"];}
{command = ["vesktop"];}
{command = ["spotify"];}
{command = ["cider-2"];}
{command = ["${spawnSlackOnWeekday}/bin/spawn-slack-on-weekday"];}
];

View file

@ -106,15 +106,12 @@
protocols.wayland.enable = true;
programs.openvpn3.enable = true;
services.udev.extraRules = ''
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"
'';
services.fstrim.enable = true;
services.vpn.enable = true;
services.xserver.enable = true;
services.vpn.mullvad = true;
services.lorri.enable = true;
services.udisks2.enable = true;
services.crypto.enable = true;
@ -143,6 +140,7 @@
networking.extraHosts = ''
127.0.0.1 blahaj.local
127.0.0.1 test.blahaj.local
127.0.0.2 earth
'';
networking.networkmanager = {
@ -227,7 +225,6 @@
withDeltaUpdates = true;
})
inputs.agenix.packages.${system}.agenix
inputs.awsvpnclient.packages.${system}.awsvpnclient
];
programs.fish.enable = true;