This commit is contained in:
2024-09-20 16:26:38 -04:00
parent 9940769a51
commit cce2a5ec22
4 changed files with 14 additions and 14 deletions

View File

@@ -31,6 +31,9 @@
spotify-player = {
enable = true;
};
java = {
enable = true;
};
};
home.packages = with pkgs; [
@@ -61,6 +64,7 @@
gcc
keepassxc
luajit
qemu
];
programs.home-manager.enable = true;