From d5ce9cd3eb1a575a1eeddb828016bda8e8e69fdd Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 29 Apr 2025 16:17:02 -0500 Subject: [PATCH] updates --- hosts/h002/flake.nix | 7 +++++++ readme.md | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/h002/flake.nix b/hosts/h002/flake.nix index a3ce5aa..3e62499 100644 --- a/hosts/h002/flake.nix +++ b/hosts/h002/flake.nix @@ -35,6 +35,7 @@ { environment.systemPackages = with pkgs; [ lua + qdirstat ]; ringofstorms_common = { @@ -43,10 +44,12 @@ secrets.enable = true; desktopEnvironment.gnome.enable = true; programs = { + qFlipper.enable = true; rustDev.enable = true; tailnet.enable = true; ssh.enable = true; docker.enable = true; + uhkAgent.enable = true; }; users = { admins = [ "luser" ]; # First admin is also the primary user owning nix config @@ -69,6 +72,10 @@ packages = with pkgs; [ bitwarden vaultwarden + google-chrome + firefox-esr + openscad + vlc ]; }; }; diff --git a/readme.md b/readme.md index 066ded1..7b2acce 100644 --- a/readme.md +++ b/readme.md @@ -68,9 +68,7 @@ - atuin setup - if atuin is on enable that mod in configuration.nix, make sure to `atuin login` get key from existing device - TODO move key into secrets and mount it to atuin local share -- stormd onboard to network - ssh key access, ssh iden in config in nix config -- ### Notes