nix: add packages
This commit is contained in:
parent
05fee51dc8
commit
c72a434f70
@ -132,6 +132,9 @@
|
|||||||
hunspellDicts.de_DE
|
hunspellDicts.de_DE
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
makemkv
|
makemkv
|
||||||
|
audacity
|
||||||
|
gnome.cheese
|
||||||
|
unstable.zoom-us
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -192,6 +195,7 @@
|
|||||||
wireguard-tools
|
wireguard-tools
|
||||||
htop
|
htop
|
||||||
texlive.combined.scheme-medium
|
texlive.combined.scheme-medium
|
||||||
|
texlab
|
||||||
usbutils # lsusb
|
usbutils # lsusb
|
||||||
pciutils # lspci
|
pciutils # lspci
|
||||||
nixfmt
|
nixfmt
|
||||||
@ -232,6 +236,10 @@
|
|||||||
discord
|
discord
|
||||||
lnav # log analyzing tool
|
lnav # log analyzing tool
|
||||||
fdupes # find and delete duplicate files
|
fdupes # find and delete duplicate files
|
||||||
|
digikam
|
||||||
|
dbeaver
|
||||||
|
pavucontrol
|
||||||
|
sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
overlay-unstable = final: prev: {
|
overlay-unstable = final: prev: {
|
||||||
unstable = nixpkgs-unstable.legacyPackages.${prev.system};
|
# unstable = nixpkgs-unstable.legacyPackages.${prev.system};
|
||||||
# use this variant if unfree packages are needed:
|
# use this variant if unfree packages are needed:
|
||||||
# unstable = import nixpkgs-unstable {
|
unstable = import nixpkgs-unstable {
|
||||||
# inherit system;
|
inherit system;
|
||||||
# config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user