mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
Update flake and users config
This commit is contained in:
parent
9d80133023
commit
479f106f4e
@ -52,8 +52,10 @@
|
||||
# I'm narcissistic so I want my config to be one of the flakes in the registry.
|
||||
config.flake = self;
|
||||
|
||||
# All of the important flakes will be included.
|
||||
nixpkgs.flake = nixpkgs;
|
||||
home-manager.flake = home-manager;
|
||||
agenix.flake = inputs.agenix;
|
||||
};
|
||||
|
||||
# Stallman-senpai will be disappointed.
|
||||
|
@ -58,6 +58,9 @@
|
||||
# started in user sessions.
|
||||
programs.mtr.enable = true;
|
||||
|
||||
services.auto-cpufreq.enable = true;
|
||||
services.thermald.enable = true;
|
||||
|
||||
# The usual doas config.
|
||||
security.doas = {
|
||||
enable = true;
|
||||
|
@ -60,6 +60,7 @@
|
||||
enable = true;
|
||||
graphics.enable = true;
|
||||
audio.enable = true;
|
||||
multimedia.enable = true;
|
||||
};
|
||||
research.enable = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user