From b5dbd50cdff573b88dee5d554997ba01cf6dc218 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 1 Mar 2024 07:52:34 -0500 Subject: [PATCH] moved environment packages to home directory --- home/aly/default.nix | 13 ++++++------- hosts/rustboro/default.nix | 10 ++-------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/home/aly/default.nix b/home/aly/default.nix index 777d7513..a3697b5f 100644 --- a/home/aly/default.nix +++ b/home/aly/default.nix @@ -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 diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index ecb38ec6..fba4fdb8 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -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";