From 3e50cfdbb8e87326e632a5970a0f84ecef0be1d8 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Fri, 2 Dec 2022 17:23:10 +0100 Subject: [PATCH] important --- nixos/common/users/default.nix | 2 ++ nixos/hosts/thalassa/aoife/configuration.nix | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/nixos/common/users/default.nix b/nixos/common/users/default.nix index d004e5f8..f8082806 100644 --- a/nixos/common/users/default.nix +++ b/nixos/common/users/default.nix @@ -42,10 +42,12 @@ # Setup packages available everywhere environment.systemPackages = with pkgs; [ + cmatrix fzf git helix htop + lolcat ncdu psmisc ripgrep diff --git a/nixos/hosts/thalassa/aoife/configuration.nix b/nixos/hosts/thalassa/aoife/configuration.nix index 7462dfd4..b0549cfa 100644 --- a/nixos/hosts/thalassa/aoife/configuration.nix +++ b/nixos/hosts/thalassa/aoife/configuration.nix @@ -143,6 +143,11 @@ # networking.firewall.enable = false; + powerManagement = { + enable = true; + powertop.enable = true; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave