update other things
This commit is contained in:
parent
620f2867e2
commit
1a658f1668
3 changed files with 8 additions and 5 deletions
|
|
@ -68,6 +68,12 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ciderd = {
|
||||||
|
url = "git+https://code.zoeys.cloud/zoey/ciderd";
|
||||||
|
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
hypridle = {
|
hypridle = {
|
||||||
url = "github:hyprwm/hypridle";
|
url = "github:hyprwm/hypridle";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
||||||
|
|
@ -177,7 +177,7 @@ with lib.custom; {
|
||||||
{command = ["${pkgs.writeShellScriptBin "thunderbird-delayed" ''sleep 5; thunderbird''}/bin/thunderbird-delayed"];}
|
{command = ["${pkgs.writeShellScriptBin "thunderbird-delayed" ''sleep 5; thunderbird''}/bin/thunderbird-delayed"];}
|
||||||
{command = ["${pkgs.writeShellScriptBin "zen-delayed" ''sleep 5; zen''}/bin/zen-delayed"];}
|
{command = ["${pkgs.writeShellScriptBin "zen-delayed" ''sleep 5; zen''}/bin/zen-delayed"];}
|
||||||
{command = ["vesktop"];}
|
{command = ["vesktop"];}
|
||||||
{command = ["spotify"];}
|
{command = ["cider-2"];}
|
||||||
|
|
||||||
{command = ["${spawnSlackOnWeekday}/bin/spawn-slack-on-weekday"];}
|
{command = ["${spawnSlackOnWeekday}/bin/spawn-slack-on-weekday"];}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -106,15 +106,12 @@
|
||||||
|
|
||||||
protocols.wayland.enable = true;
|
protocols.wayland.enable = true;
|
||||||
|
|
||||||
programs.openvpn3.enable = true;
|
|
||||||
|
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"
|
||||||
'';
|
'';
|
||||||
services.fstrim.enable = true;
|
services.fstrim.enable = true;
|
||||||
services.vpn.enable = true;
|
services.vpn.enable = true;
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
services.vpn.mullvad = true;
|
|
||||||
services.lorri.enable = true;
|
services.lorri.enable = true;
|
||||||
services.udisks2.enable = true;
|
services.udisks2.enable = true;
|
||||||
services.crypto.enable = true;
|
services.crypto.enable = true;
|
||||||
|
|
@ -143,6 +140,7 @@
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
127.0.0.1 blahaj.local
|
127.0.0.1 blahaj.local
|
||||||
127.0.0.1 test.blahaj.local
|
127.0.0.1 test.blahaj.local
|
||||||
|
127.0.0.2 earth
|
||||||
'';
|
'';
|
||||||
|
|
||||||
networking.networkmanager = {
|
networking.networkmanager = {
|
||||||
|
|
@ -227,7 +225,6 @@
|
||||||
withDeltaUpdates = true;
|
withDeltaUpdates = true;
|
||||||
})
|
})
|
||||||
inputs.agenix.packages.${system}.agenix
|
inputs.agenix.packages.${system}.agenix
|
||||||
inputs.awsvpnclient.packages.${system}.awsvpnclient
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue