Fixed nixos config on macos
This commit is contained in:
parent
3e15342e68
commit
e0e9fb4736
@ -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;
|
||||||
|
@ -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
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
feh
|
feh
|
||||||
|
ncdu
|
||||||
dconf
|
dconf
|
||||||
docker
|
docker
|
||||||
zoom-us
|
zoom-us
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
ncdu
|
||||||
nvtopPackages.full
|
nvtopPackages.full
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,6 @@ in {
|
|||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
tmux
|
tmux
|
||||||
ncdu
|
|
||||||
btop
|
btop
|
||||||
iftop
|
iftop
|
||||||
p7zip
|
p7zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user