From a6a04360dd295de2a8e3a3e71d74aa5a54fe76b7 Mon Sep 17 00:00:00 2001 From: Hunter Date: Thu, 4 Dec 2025 15:57:36 -0500 Subject: [PATCH] add python services --- users/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/users/default.nix b/users/default.nix index b5beaea..a1baf8c 100644 --- a/users/default.nix +++ b/users/default.nix @@ -10,7 +10,7 @@ extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ kdePackages.kate - + ./python.nix ]; hashedPassword = "$6$El6e2NhPrhVFjbFU$imlGZqUiizWw5fMP/ib0CeboOcFhYjIVb8oR1V1dP2NjDeri3jMoUm4ZABOB2uAF8UEDjAGHhFuZxhtbHg647/"; }; @@ -21,13 +21,12 @@ extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ kdePackages.kate + ./python.nix ]; shell = pkgs.zsh; }; }; - imports = [ ./python.nix ]; - # Home Manager configs per user home-manager = { useGlobalPkgs = true;