audio latency shit idk
This commit is contained in:
parent
3db35ea68b
commit
5501e0b62b
4 changed files with 32 additions and 4 deletions
|
|
@ -11,6 +11,7 @@ in {
|
|||
inputs.niri.homeModules.niri
|
||||
|
||||
inputs.noctalia.homeModules.default
|
||||
inputs.system76-scheduler-niri.homeModules.default
|
||||
];
|
||||
options.ezpcusr = {
|
||||
enable = mkEnableOption "Enable simple PC user config";
|
||||
|
|
@ -48,6 +49,8 @@ in {
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.system76-scheduler-niri.enable = true;
|
||||
|
||||
services.hypridle = {
|
||||
enable = lib.mkDefault true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue