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
services.nextcloud = {
enable = true;
package = pkgs.nextcloud30;
configureRedis = true;
database.createLocally = true;
autoUpdateApps.enable = true;

View File

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

View File

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

View File

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

View File

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