mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33: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.
|
# 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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue