feat: Add more stuff

This commit is contained in:
2024-11-14 10:15:05 +05:00
parent 6bef6874b7
commit f1d4ed4e58
8 changed files with 307 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ in
# Custom import for username and email
(import ./configs/git.nix { inherit pkgs config lib; userEmail = email; userName = fullName; })
./configs/firefox.nix
./configs/ssh.nix
./configs/nvim.nix
./configs/starship.nix
@@ -41,6 +42,8 @@ in
};
};
fonts.fontconfig.enable = true;
home = {
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
stateVersion = "24.05";
@@ -52,7 +55,15 @@ in
NIXOS_OZONE_WL = "1";
};
file = {
"${config.xdg.configHome}/tmux".source = ./dotfiles/tmux;
"${config.xdg.configHome}/bottom".source = ./dotfiles/bottom;
};
packages = with pkgs; [
nh
bottom
lazygit
neofetch
mission-center
discord
@@ -60,8 +71,12 @@ in
ripgrep
rm-improved
dust
firefox
gh
zoxide
xcp
unzip
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
];
};