mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add system76-keyboard-configurator and nix-software-center
This commit is contained in:
parent
de926ca2f1
commit
ab83d55352
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
|
# Packages from nixpkgs
|
||||||
avahi
|
avahi
|
||||||
cargo
|
cargo
|
||||||
dmidecode
|
dmidecode
|
||||||
|
@ -68,6 +69,11 @@
|
||||||
wget
|
wget
|
||||||
xz
|
xz
|
||||||
zlib
|
zlib
|
||||||
|
|
||||||
|
# Packages from Flake Inputs
|
||||||
|
inputs.system76-keyboard-configurator.packages.${system}.system76-keyboard-configurator
|
||||||
|
inputs.nix-software-center.packages.${system}.nix-software-center
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue