fix: incorrect gpg key and home-manager package location
This commit is contained in:
parent
f645b12a6e
commit
fa9b64ed93
8 changed files with 47 additions and 45 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, inputs, ...}: {
|
||||
imports = [
|
||||
./main.nix
|
||||
];
|
||||
|
@ -15,5 +15,7 @@
|
|||
};
|
||||
home.packages = with pkgs; [
|
||||
vesktop
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
hyfetch
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue