From 2f815bb8fbf9397c92f0d88b80dd83c6ef5698b7 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Wed, 22 Jul 2026 23:30:49 -0700 Subject: more --- users/kassouni/home.nix | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'users/kassouni/home.nix') diff --git a/users/kassouni/home.nix b/users/kassouni/home.nix index f268413..027a9e3 100644 --- a/users/kassouni/home.nix +++ b/users/kassouni/home.nix @@ -15,16 +15,27 @@ ./theme.nix ./firefox.nix ./cursor.nix - ./sway.nix - ./waybar.nix + ./bash.nix ./scripts ]; + xmonad-config = { + launcher = "rofi -show drun -show-icons"; + terminal = "ghostty"; + wallpaper = pkgs.fetchurl { + url = "https://i.redd.it/p5flk9uzzxxz.jpg"; + sha256 = "1qcl6yh6l24sz3qprj3iyzinj3lyh3c426i6zwambwg816yg3bxs"; + }; + }; + home.sessionVariables = { "TEST_VAR" = "asdf"; }; home.packages = with pkgs; [ + vlc + strawberry + cmus btop wget tree @@ -37,6 +48,7 @@ claude-code tldr curl + rofi _1password-gui opencode spotify @@ -48,9 +60,11 @@ enableBashIntegration = true; }; - services.syncthing.enable = true; + services.picom = { + enable = true; + }; - programs.bash.enable = true; + services.syncthing.enable = true; programs.direnv = { enable = true; -- cgit v1.3.1