diff options
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 210ac08..cc3cbf4 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -2,7 +2,6 @@ config, inputs, username, - pkgs, ... }: { @@ -70,7 +69,7 @@ kdeconnect.enable = true; monero = { enable = true; - # mining.enable = true; + service.enable = true; }; }; wm = { @@ -79,8 +78,6 @@ }; }; - programs.nix-ld.enable = true; - xdg.terminal-exec = { enable = true; settings = { |
