Compare commits

...
Sign in to create a new pull request.

2 commits

2 changed files with 5 additions and 3 deletions

View file

@ -126,7 +126,11 @@
outputs-builder = channels: { outputs-builder = channels: {
formatter = channels.nixpkgs.nixfmt-tree; formatter = channels.nixpkgs.nixfmt-tree;
defaultApp = lib.flake-utils-plus.mkApp { drv = channels.nixpkgs.home-manager; }; apps.default = {
type = "app";
program = "${channels.nixpkgs.home-manager}/bin/home-manager";
inherit (channels.nixpkgs.home-manager) meta;
};
}; };
}; };

View file

@ -131,7 +131,6 @@ in
freerdp freerdp
file file
firefox firefox
freerdp
gh gh
gimp gimp
git git
@ -152,7 +151,6 @@ in
kbfs kbfs
libu2f-host libu2f-host
mosh mosh
mosh
nixpkgs-fmt nixpkgs-fmt
opensc opensc
pasystray pasystray