important

This commit is contained in:
Vivian 2022-12-02 17:23:10 +01:00
parent 4755f40dfb
commit 9197c566d2
2 changed files with 7 additions and 0 deletions

View file

@ -42,10 +42,12 @@
# Setup packages available everywhere
environment.systemPackages = with pkgs; [
cmatrix
fzf
git
helix
htop
lolcat
ncdu
psmisc
ripgrep

View file

@ -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. Its perfectly fine and recommended to leave