cleaned up

This commit is contained in:
biscuit
2025-06-12 09:21:55 -05:00
parent d1c11014de
commit 381830a767
3 changed files with 8 additions and 8 deletions
-2
View File
@@ -8,8 +8,6 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
python313
python3Packages.virtualenv
];
# Auto upgrade nix package and the daemon service.
+5 -5
View File
@@ -6,18 +6,18 @@
...
}: {
environment.systemPackages = with pkgs; [
gcc
python3
python3Packages.pip
python3Packages.pygobject3
gobject-introspection
gtk3
libxml2
python3Packages.setuptools
python3Packages.wheel
gobject-introspection
gtk3
libxml2
cargo
gcc
rustc
nodejs
yarn
+3 -1
View File
@@ -10,6 +10,8 @@
initialHashedPassword = "$6$Qab6SSvEJM2YRtVA$7Oyl7E3pp/FKtCC.2Tb2tyzp3yp7BFHFAKngUYJssQJ.v1Q2mqsgW9m7njpaKNcka2vyCwrnmw1R.YPlFqR0p1";
# shell = pkgs.zsh;
shell = pkgs.${terminal.termShell};
packages = [];
packages = [
pkgs.python3Packages.pygobject3
];
};
}