packaging fix

This commit is contained in:
2025-12-04 16:00:59 -05:00
parent 1c4d8a0314
commit 01e2093424

View File

@@ -10,8 +10,7 @@
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
kdePackages.kate
./python.nix
];
] ++ ./python.nix;
hashedPassword = "$6$El6e2NhPrhVFjbFU$imlGZqUiizWw5fMP/ib0CeboOcFhYjIVb8oR1V1dP2NjDeri3jMoUm4ZABOB2uAF8UEDjAGHhFuZxhtbHg647/";
};
@@ -21,8 +20,7 @@
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
kdePackages.kate
./python.nix
];
] ++ ./python.nix;
shell = pkgs.zsh;
};
};