From 1a658f16683bf6f1dafb463c7ee420387efcb133 Mon Sep 17 00:00:00 2001 From: zack Date: Sun, 27 Jul 2025 16:17:49 -0400 Subject: [PATCH] update other things --- flake.nix | 6 ++++++ modules/home/wms/niri/default.nix | 2 +- systems/x86_64-linux/earth/default.nix | 5 +---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 8bdef04..ead2416 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/modules/home/wms/niri/default.nix b/modules/home/wms/niri/default.nix index 37400e6..01dd096 100644 --- a/modules/home/wms/niri/default.nix +++ b/modules/home/wms/niri/default.nix @@ -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"];} ]; diff --git a/systems/x86_64-linux/earth/default.nix b/systems/x86_64-linux/earth/default.nix index 5771f1d..cb9a466 100644 --- a/systems/x86_64-linux/earth/default.nix +++ b/systems/x86_64-linux/earth/default.nix @@ -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;