Add neovide back to packages list
This commit is contained in:
parent
56c8320fe4
commit
a05bb1e7e2
|
@ -12,7 +12,10 @@ in {
|
|||
home = {
|
||||
inherit username homeDirectory;
|
||||
stateVersion = "23.05";
|
||||
packages = [pkgs.gcc];
|
||||
packages = with pkgs; [
|
||||
gcc
|
||||
neovide
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
pavucontrol
|
||||
grim
|
||||
slurp
|
||||
neovide
|
||||
signal-desktop
|
||||
libreoffice
|
||||
zotero
|
||||
|
|
Loading…
Reference in a new issue