diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-07-22 23:30:49 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-07-22 23:30:49 -0700 |
| commit | 2f815bb8fbf9397c92f0d88b80dd83c6ef5698b7 (patch) | |
| tree | 566453e7704570d6713b79543ed59b049ad73bce /users/kassouni/home.nix | |
| parent | 23ba623e405d0aa8d554274aacd019d7a015aa9d (diff) | |
more
Diffstat (limited to 'users/kassouni/home.nix')
| -rw-r--r-- | users/kassouni/home.nix | 22 |
1 files changed, 18 insertions, 4 deletions
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; |
