modularize noisetorch
This commit is contained in:
parent
aa9b4076bd
commit
8153f23900
5 changed files with 4 additions and 3 deletions
|
@ -5,5 +5,6 @@ _: {
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./kernel.nix
|
./kernel.nix
|
||||||
./malloc-perturb.nix
|
./malloc-perturb.nix
|
||||||
|
./noisetorch.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
3
hosts/common/desktop/noisetorch.nix
Normal file
3
hosts/common/desktop/noisetorch.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
_: {
|
||||||
|
programs.noisetorch.enable = true;
|
||||||
|
}
|
|
@ -24,7 +24,6 @@ in {
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
noisetorch.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
|
|
|
@ -28,7 +28,6 @@ in {
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
noisetorch.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
|
|
|
@ -20,7 +20,6 @@ in {
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
noisetorch.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue