nix fmt
This commit is contained in:
parent
563ffc4022
commit
93d6e2e39a
19 changed files with 185 additions and 188 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
../programs/neovim.nix
|
||||
# ../programs/zsh.nix
|
||||
];
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
iperf3
|
||||
inetutils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue