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.
home.packages = with pkgs; [
# here is some command line tools I use frequently
# feel free to add your own or remove some of them
nnn # terminal file manager
# utils
vscode
curl
distrobox
eza # A modern replacement for ls
fzf # A command-line fuzzy finder
vscode
git
nnn # terminal file manager
wget
];
# basic configuration of git, please change to your own

View file

@ -50,14 +50,8 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
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
];
# environment.systemPackages = with pkgs; [
# ];
powerManagement.cpuFreqGovernor = "ondemand";