This commit is contained in:
steveej 2023-11-23 17:52:21 +01:00
parent 563ffc4022
commit 93d6e2e39a
19 changed files with 185 additions and 188 deletions

View file

@ -9,7 +9,7 @@
...
}: let
# pkgsMaster = nodeFlake.inputs.nixpkgs-master.legacyPackages.${pkgs.system};
pkgsUnstableSmall = import nodeFlake.inputs.nixpkgs-unstable-small { inherit (pkgs) system config; };
pkgsUnstableSmall = import nodeFlake.inputs.nixpkgs-unstable-small {inherit (pkgs) system config;};
pkgs2211 = nodeFlake.inputs.nixpkgs-2211.legacyPackages.${pkgs.system};
in {
imports = [
@ -300,7 +300,7 @@ in {
# shotcut
# openshot-qt
# introduces python: screenkey
# avidemux # broken
handbrake

View file

@ -4,7 +4,7 @@
../programs/neovim.nix
# ../programs/zsh.nix
];
home.packages = with pkgs; [
iperf3
inetutils