cleaned up
This commit is contained in:
@@ -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
@@ -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
@@ -10,6 +10,8 @@
|
||||
initialHashedPassword = "$6$Qab6SSvEJM2YRtVA$7Oyl7E3pp/FKtCC.2Tb2tyzp3yp7BFHFAKngUYJssQJ.v1Q2mqsgW9m7njpaKNcka2vyCwrnmw1R.YPlFqR0p1";
|
||||
# shell = pkgs.zsh;
|
||||
shell = pkgs.${terminal.termShell};
|
||||
packages = [];
|
||||
packages = [
|
||||
pkgs.python3Packages.pygobject3
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user