Reorganize overlays
This commit is contained in:
parent
c58418bdee
commit
e4d783c045
10 changed files with 46 additions and 46 deletions
11
configurations/pass.nix
Normal file
11
configurations/pass.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }: {
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
pass = (super.pass-wayland.override { pass = super.pass-wayland; }).withExtensions (ext: [ ext.pass-otp ]);
|
||||
})
|
||||
];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = [ pkgs.pass ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue