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
|
@ -17,12 +17,8 @@
|
|||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
../applications/git.nix
|
||||
../applications/chromium.nix
|
||||
../applications/git.nix
|
||||
../applications/zsh.nix
|
||||
../applications/direnv.nix
|
||||
../applications/vscode.nix
|
||||
../applications/ghostty
|
||||
../applications/hyprland
|
||||
../applications/neovim
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
|
@ -56,14 +52,6 @@
|
|||
home = {
|
||||
username = "lily";
|
||||
homeDirectory = "/home/lily";
|
||||
packages = with pkgs; # installs a package
|
||||
[
|
||||
vesktop
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
(prismlauncher.override {
|
||||
jdks = [jdk23 jdk8 jdk17 jdk21];
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
# Add stuff for your user as you see fit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue