From d3c2fd9fad8068c3c6236466e887b3f9740724ac Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 31 Mar 2025 20:22:22 +0200 Subject: [PATCH 1/2] feat: android studio --- nixos/gorgon/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/gorgon/configuration.nix b/nixos/gorgon/configuration.nix index 0d6f0cb..339f8f4 100644 --- a/nixos/gorgon/configuration.nix +++ b/nixos/gorgon/configuration.nix @@ -43,6 +43,8 @@ in repo = "u355513-sub1@u355513-sub1.your-storagebox.de:/home/backup"; }; + nixpkgs.config.android_sdk.accept_license = true; + programs.ssh.startAgent = true; nix.extraOptions = '' @@ -136,6 +138,7 @@ in }]; environment.systemPackages = with pkgs; [ + android-studio ghostscript smartmontools From 5e160905c09cc8df7064f36d230e829921e4c6e3 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 31 Mar 2025 20:22:35 +0200 Subject: [PATCH 2/2] feat: add fuzzel --- home/default.nix | 2 +- home/pkgs.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index 2aef870..9dde748 100644 --- a/home/default.nix +++ b/home/default.nix @@ -189,7 +189,7 @@ in # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. - set $menu dmenu_path | wmenu | xargs swaymsg exec -- + set $menu fuzzel ### Idle configuration # diff --git a/home/pkgs.nix b/home/pkgs.nix index 50de796..d777f41 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -27,6 +27,7 @@ with pkgs; [ evolution ffmpeg file + fuzzel fx # themable json viewer fzf fzf