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 =
|
||||
with pkgs;
|
||||
[
|
||||
# Packages from nixpkgs
|
||||
avahi
|
||||
cargo
|
||||
dmidecode
|
||||
|
@ -68,6 +69,11 @@
|
|||
wget
|
||||
xz
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue