terst
This commit is contained in:
+25
-21
@@ -5,34 +5,38 @@
|
||||
touchpadSupport,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
|
||||
gobject-introspection
|
||||
gtk3
|
||||
libxml2
|
||||
gobject-introspection
|
||||
gtk3
|
||||
libxml2
|
||||
|
||||
cargo
|
||||
gcc
|
||||
rustc
|
||||
nodejs
|
||||
yarn
|
||||
cargo
|
||||
gcc
|
||||
rustc
|
||||
nodejs
|
||||
yarn
|
||||
|
||||
busybox
|
||||
busybox
|
||||
|
||||
p7zip
|
||||
p7zip
|
||||
|
||||
btop
|
||||
tldr
|
||||
btop
|
||||
tldr
|
||||
|
||||
jq
|
||||
jq
|
||||
|
||||
solaar
|
||||
];
|
||||
solaar
|
||||
]
|
||||
++ [
|
||||
inputs.matugen.packages.${pkgs.system}.default
|
||||
];
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user