aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/c-pc')
-rw-r--r--hosts/c-pc/configuration.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix
index 568ba5a..5892a08 100644
--- a/hosts/c-pc/configuration.nix
+++ b/hosts/c-pc/configuration.nix
@@ -18,12 +18,6 @@
};
};
- services = {
- printing.enable = true;
-
- hardware.openrgb.enable = true;
- };
-
environment.systemPackages = with pkgs; [
(writeShellScriptBin "toys" "nix-shell -p cmatrix asciiquarium pipes cowsay figlet neofetch")