From 08c4cb2247461fe36b2e7d7456aef0d17acd26af Mon Sep 17 00:00:00 2001 From: tzlil Date: Mon, 26 Feb 2024 19:43:39 +0200 Subject: idk what tehf uck i changed --- hosts/navi/default.nix | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) (limited to 'hosts/navi/default.nix') diff --git a/hosts/navi/default.nix b/hosts/navi/default.nix index 22f253b..bf75cf0 100644 --- a/hosts/navi/default.nix +++ b/hosts/navi/default.nix @@ -102,7 +102,7 @@ "/var/lib/docker" ]; users.tzlil = { - directories = [".config/SchildiChat" ".local/share/Terraria" ".local/share/Steam"]; + directories = [".config/SchildiChat" ".local/share/Terraria" ".local/share/Steam" ".config/keepassxc" ".local/share/cinny"]; }; }; @@ -118,15 +118,20 @@ ${lib.getExe mullvad} account login < ${config.age.secrets.mullvad.path} ${lib.getExe mullvad} auto-connect set on ${lib.getExe mullvad} lockdown-mode set on - ${lib.getExe mullvad} tunnel ipv6 set on + ${lib.getExe mullvad} tunnel set ipv6 on ''; home-manager.users.tzlil = { + services.gnome-keyring = { + enable = true; # for nheko + components = ["secrets"]; + }; home.packages = [ - pkgs.schildichat-desktop-wayland + pkgs.nheko pkgs.keepassxc pkgs.gtkcord4 pkgs.cmst + pkgs.nheko # (pkgs.stdenv.mkDerivation rec { # name = "pragmata"; @@ -175,7 +180,7 @@ # }) # pkgs.apl386 - (pkgs.cutter.withPlugins (ps: with ps; [rz-ghidra sigdb])) + #(pkgs.cutter.withPlugins (ps: with ps; [rz-ghidra sigdb])) (pkgs.discord.override { withOpenASAR = true; @@ -188,14 +193,15 @@ # settings.colors.webpage.darkmode.enabled = true; # }; - xdg.configFile."keepassxc/keepassxc.ini".text = lib.generators.toINI {} { - General = {ConfigVersion = 2;}; - Browser = { - AlwaysAllowAccess = true; - Enabled = true; - }; - GUI = {ApplicationTheme = "dark";}; - }; + #xdg.configFile."keepassxc/keepassxc.ini".text = lib.generators.toINI {} { + # General = {ConfigVersion = 2;}; + # Browser = { + # AlwaysAllowAccess = true; + # Enabled = true; + # }; + # GUI = {ApplicationTheme = "dark";}; + #}; + home.file.".cache/keepassxc/keepassxc.ini".text = lib.generators.toINI {} { General = {LastActiveDatabase = "${config.services.syncthing.dataDir}/passwords/passwords.kdbx";}; }; @@ -290,7 +296,12 @@ virtualisation.docker.enable = true; virtualisation.docker.storageDriver = "btrfs"; + + # rtl sdr + hardware.rtl-sdr.enable = true; + users.users.tzlil.extraGroups = [ "plugdev" ]; + services.udev.packages = [ pkgs.usb-blaster-udev-rules ]; # pragmata # home-manager.users.tzlil.home.packages = [ -- cgit 1.4.1