mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:13:55 -05:00
moved environment packages to home directory
This commit is contained in:
parent
b54de1b81f
commit
b5dbd50cdf
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue