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 # Setup packages available everywhere
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cmatrix
fzf fzf
git git
helix helix
htop htop
lolcat
ncdu ncdu
psmisc psmisc
ripgrep ripgrep

View file

@ -143,6 +143,11 @@
# networking.firewall.enable = false; # networking.firewall.enable = false;
powerManagement = {
enable = true;
powertop.enable = true;
};
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave