diff options
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; |
