Fixed nixos config on macos

This commit is contained in:
Random936 2024-11-04 18:02:06 -08:00
parent 3e15342e68
commit e0e9fb4736
5 changed files with 3 additions and 5 deletions

View File

@ -45,6 +45,7 @@
# Nextcloud Setup # Nextcloud Setup
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud30;
configureRedis = true; configureRedis = true;
database.createLocally = true; database.createLocally = true;
autoUpdateApps.enable = true; autoUpdateApps.enable = true;

View File

@ -4,10 +4,6 @@
homeDirectory = "/Users/jadenmaxwell"; homeDirectory = "/Users/jadenmaxwell";
}; };
home.packages = with pkgs; [
virt-viewer
];
imports = [ imports = [
./shared.nix ./shared.nix
./modules/sketchybar.nix ./modules/sketchybar.nix

View File

@ -15,6 +15,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
feh feh
ncdu
dconf dconf
docker docker
zoom-us zoom-us

View File

@ -12,6 +12,7 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
ncdu
nvtopPackages.full nvtopPackages.full
]; ];
} }

View File

@ -21,7 +21,6 @@ in {
wget wget
curl curl
tmux tmux
ncdu
btop btop
iftop iftop
p7zip p7zip