From 8153f23900618301bfb067cf28b74d506ebc0943 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 3 Sep 2024 15:36:29 +0200 Subject: [PATCH] modularize noisetorch --- hosts/common/desktop/default.nix | 1 + hosts/common/desktop/noisetorch.nix | 3 +++ hosts/del/configuration.nix | 1 - hosts/niks/configuration.nix | 1 - hosts/work/configuration.nix | 1 - 5 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 hosts/common/desktop/noisetorch.nix diff --git a/hosts/common/desktop/default.nix b/hosts/common/desktop/default.nix index ae2537c..cc5be1d 100644 --- a/hosts/common/desktop/default.nix +++ b/hosts/common/desktop/default.nix @@ -5,5 +5,6 @@ _: { ./fonts.nix ./kernel.nix ./malloc-perturb.nix + ./noisetorch.nix ]; } diff --git a/hosts/common/desktop/noisetorch.nix b/hosts/common/desktop/noisetorch.nix new file mode 100644 index 0000000..f2bebae --- /dev/null +++ b/hosts/common/desktop/noisetorch.nix @@ -0,0 +1,3 @@ +_: { + programs.noisetorch.enable = true; +} diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index b252562..0f274c9 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -24,7 +24,6 @@ in { programs = { kdeconnect.enable = true; - noisetorch.enable = true; }; security.polkit.enable = true; diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index c872316..50d3e31 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -28,7 +28,6 @@ in { programs = { kdeconnect.enable = true; - noisetorch.enable = true; }; security.polkit.enable = true; diff --git a/hosts/work/configuration.nix b/hosts/work/configuration.nix index 9858852..28f8af2 100644 --- a/hosts/work/configuration.nix +++ b/hosts/work/configuration.nix @@ -20,7 +20,6 @@ in { programs = { kdeconnect.enable = true; - noisetorch.enable = true; }; security.polkit.enable = true;