This commit is contained in:
alsaiduq-lab 2025-03-15 04:52:32 -06:00
parent bae843face
commit 0de8bd3a96
4 changed files with 0 additions and 31 deletions

View file

@ -32,9 +32,6 @@
};
environment.systemPackages = with pkgs; [
wget
curl
git
home-manager
];
}

View file

@ -31,31 +31,6 @@
"/bin"
];
environment.systemPackages = with pkgs; [
neovim
tmux
htop
btop
bat
ripgrep
fd
yt-dlp
eza
jq
fzf
starship
yazi
fastfetch
# Core utilities
wget
libnotify
curl
git
file
which
psmisc
];
# Enable direnv with nix integration
programs.direnv = {
enable = true;

View file

@ -17,10 +17,8 @@
})
];
# Enable nix-index for command-not-found
programs.nix-index.enable = true;
programs.command-not-found.enable = false;
# Setup nix settings
nix.settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];