From bd0d3ee8d690299f8872e5a6871ef28c6080eb19 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Thu, 7 Aug 2025 12:54:19 +0300 Subject: [PATCH] commit before lockfile update --- home/yaroslav/home.nix | 2 +- home/yaroslav/home_gui.nix | 2 ++ hosts/Aphelion/Aphelion_misc.nix | 3 +++ hosts/Aphelion/hardware-Aphelion.nix | 4 ++++ secrets/Aphelion/wg0-client-pc.conf | 0 secrets/Aphelion/wg0.conf | 0 6 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 secrets/Aphelion/wg0-client-pc.conf create mode 100644 secrets/Aphelion/wg0.conf diff --git a/home/yaroslav/home.nix b/home/yaroslav/home.nix index 9fb419c..18671bf 100644 --- a/home/yaroslav/home.nix +++ b/home/yaroslav/home.nix @@ -58,10 +58,10 @@ in yt-dlp zsh-powerlevel10k meslo-lgs-nf - nekoray python313Full distrobox scrcpy + sops android-tools linux-wifi-hotspot nmap diff --git a/home/yaroslav/home_gui.nix b/home/yaroslav/home_gui.nix index 6c4252b..6281255 100644 --- a/home/yaroslav/home_gui.nix +++ b/home/yaroslav/home_gui.nix @@ -19,6 +19,7 @@ prismlauncher kdePackages.kcalc krita + nextcloud-client nicotine-plus qbittorrent qsstv @@ -29,5 +30,6 @@ bottles wl-kbptr brave + heroic ]; } diff --git a/hosts/Aphelion/Aphelion_misc.nix b/hosts/Aphelion/Aphelion_misc.nix index feb47b6..72e3d9a 100644 --- a/hosts/Aphelion/Aphelion_misc.nix +++ b/hosts/Aphelion/Aphelion_misc.nix @@ -1,4 +1,7 @@ { ... }: { virtualisation.waydroid.enable = true; + services.flatpak.enable = true; + programs.nekoray.enable = true; + programs.nekoray.tunMode.enable = true; } diff --git a/hosts/Aphelion/hardware-Aphelion.nix b/hosts/Aphelion/hardware-Aphelion.nix index 74cc842..82fae06 100644 --- a/hosts/Aphelion/hardware-Aphelion.nix +++ b/hosts/Aphelion/hardware-Aphelion.nix @@ -68,6 +68,10 @@ hardware.bluetooth.enable = true; # enables support for Bluetooth hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot + services.lact = { + enable = true; + }; + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; system.stateVersion = "25.11"; diff --git a/secrets/Aphelion/wg0-client-pc.conf b/secrets/Aphelion/wg0-client-pc.conf new file mode 100644 index 0000000..e69de29 diff --git a/secrets/Aphelion/wg0.conf b/secrets/Aphelion/wg0.conf new file mode 100644 index 0000000..e69de29