Update flake and users config

This commit is contained in:
Gabriel Arazas 2021-12-19 17:39:18 +08:00
parent 9d80133023
commit 479f106f4e
3 changed files with 6 additions and 0 deletions

View File

@ -52,8 +52,10 @@
# I'm narcissistic so I want my config to be one of the flakes in the registry. # I'm narcissistic so I want my config to be one of the flakes in the registry.
config.flake = self; config.flake = self;
# All of the important flakes will be included.
nixpkgs.flake = nixpkgs; nixpkgs.flake = nixpkgs;
home-manager.flake = home-manager; home-manager.flake = home-manager;
agenix.flake = inputs.agenix;
}; };
# Stallman-senpai will be disappointed. # Stallman-senpai will be disappointed.

View File

@ -58,6 +58,9 @@
# started in user sessions. # started in user sessions.
programs.mtr.enable = true; programs.mtr.enable = true;
services.auto-cpufreq.enable = true;
services.thermald.enable = true;
# The usual doas config. # The usual doas config.
security.doas = { security.doas = {
enable = true; enable = true;

View File

@ -60,6 +60,7 @@
enable = true; enable = true;
graphics.enable = true; graphics.enable = true;
audio.enable = true; audio.enable = true;
multimedia.enable = true;
}; };
research.enable = true; research.enable = true;
}; };