From 433e009ddc88de9c1de8bd2131a812b68704f093 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Mon, 20 Apr 2026 18:33:23 +0530 Subject: This is supposed to crash an automated commit --- home.nix | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index a82dd47..5ef3b7d 100644 --- a/home.nix +++ b/home.nix @@ -2,23 +2,23 @@ { imports = [ + ./home/nix.nix ./home/git.nix + ./home/bat.nix + ./home/eza.nix + ./home/fzf.nix ./home/zsh.nix ./home/tmux.nix ./home/starship.nix ./home/ghostty.nix ]; - home.username = "swarn"; - home.homeDirectory = "/home/swarn"; - - home.stateVersion = "25.11"; + home = { + username = "swarn"; + homeDirectory = "/home/swarn"; - home.packages = [ - inputs.hypr-wellbeing.packages.${pkgs.system}.default - ]; + stateVersion = "25.11"; - home = { sessionPath = [ "${config.home.homeDirectory}/.local/bin" "${config.home.homeDirectory}/.local/bin/statusbar" @@ -34,17 +34,22 @@ ZDOTDIR = "${config.home.homeDirectory}/.config/zsh"; }; + + packages = with pkgs; [ + bat + eza + fzf + git + starship + tmux + inputs.hypr-wellbeing.packages.${pkgs.system}.default + inputs.luffy.packages.${system}.luffy + ]; }; programs = { home-manager.enable = true; - git.enable = true; - bat.enable = true; - tmux.enable = true; - starship.enable = true; }; systemd.user.startServices = "sd-switch"; - - } -- cgit v1.1