moved environment packages to home directory

This commit is contained in:
Aly Raffauf 2024-03-01 07:52:34 -05:00
parent b54de1b81f
commit b5dbd50cdf
2 changed files with 8 additions and 15 deletions

View file

@ -7,15 +7,14 @@
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [
# here is some command line tools I use frequently vscode
# feel free to add your own or remove some of them curl
distrobox
nnn # terminal file manager
# utils
eza # A modern replacement for ls eza # A modern replacement for ls
fzf # A command-line fuzzy finder fzf # A command-line fuzzy finder
vscode git
nnn # terminal file manager
wget
]; ];
# basic configuration of git, please change to your own # basic configuration of git, please change to your own

View file

@ -50,14 +50,8 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ # environment.systemPackages = with pkgs; [
git # ];
wget
curl
distrobox
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
];
powerManagement.cpuFreqGovernor = "ondemand"; powerManagement.cpuFreqGovernor = "ondemand";