Fixed nixos config on macos
This commit is contained in:
parent
3e15342e68
commit
e0e9fb4736
@ -45,6 +45,7 @@
|
||||
# Nextcloud Setup
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud30;
|
||||
configureRedis = true;
|
||||
database.createLocally = true;
|
||||
autoUpdateApps.enable = true;
|
||||
|
@ -4,10 +4,6 @@
|
||||
homeDirectory = "/Users/jadenmaxwell";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
virt-viewer
|
||||
];
|
||||
|
||||
imports = [
|
||||
./shared.nix
|
||||
./modules/sketchybar.nix
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
feh
|
||||
ncdu
|
||||
dconf
|
||||
docker
|
||||
zoom-us
|
||||
|
@ -12,6 +12,7 @@
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ncdu
|
||||
nvtopPackages.full
|
||||
];
|
||||
}
|
||||
|
@ -21,7 +21,6 @@ in {
|
||||
wget
|
||||
curl
|
||||
tmux
|
||||
ncdu
|
||||
btop
|
||||
iftop
|
||||
p7zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user