From c98f5e57f8eb474294422163f4dc0cb5c7555330 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 19 Dec 2022 00:34:51 -0500 Subject: [PATCH] new stuff --- configuration.nix | 3 ++- home.nix => modules/home/home.nix | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename home.nix => modules/home/home.nix (100%) diff --git a/configuration.nix b/configuration.nix index 0fbc77d..c28e013 100644 --- a/configuration.nix +++ b/configuration.nix @@ -59,7 +59,7 @@ enable = true; }; printing = { - enable = true; + enable = false; }; xserver = { enable = true; @@ -171,6 +171,7 @@ cargo jre jdk + jq nodejs polkit_gnome appimage-run diff --git a/home.nix b/modules/home/home.nix similarity index 100% rename from home.nix rename to modules/home/home.nix