universeair: Sequoia + Lix
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
rm -rf "$nix_apps"
|
rm -rf "$nix_apps"
|
||||||
mkdir -p "$nix_apps"
|
mkdir -p "$nix_apps"
|
||||||
find ${config.system.build.applications}/Applications -maxdepth 1 -type l -exec readlink '{}' + |
|
find ${config.system.build.applications}/Applications -maxdepth 1 -type l -exec readlink '{}' + |
|
||||||
while read src; do
|
while read -r src; do
|
||||||
# Spotlight does not recognize symlinks, it will ignore directory we link to the applications folder.
|
# Spotlight does not recognize symlinks, it will ignore directory we link to the applications folder.
|
||||||
# It does understand MacOS aliases though, a unique filesystem feature. Sadly they cannot be created
|
# It does understand MacOS aliases though, a unique filesystem feature. Sadly they cannot be created
|
||||||
# from bash (as far as I know), so we use the oh-so-great Apple Script instead.
|
# from bash (as far as I know), so we use the oh-so-great Apple Script instead.
|
||||||
|
|||||||
@@ -11,8 +11,6 @@ in
|
|||||||
];
|
];
|
||||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
# Auto upgrade nix package and the daemon service.
|
|
||||||
services.nix-daemon.enable = true;
|
|
||||||
# nix.package = pkgs.nixUnstable;
|
# nix.package = pkgs.nixUnstable;
|
||||||
nix.settings.auto-optimise-store = false;
|
nix.settings.auto-optimise-store = false;
|
||||||
|
|
||||||
@@ -189,7 +187,6 @@ in
|
|||||||
"bitwarden"
|
"bitwarden"
|
||||||
"zoom-for-it-admins"
|
"zoom-for-it-admins"
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
"kicad"
|
|
||||||
"tailscale"
|
"tailscale"
|
||||||
"godot"
|
"godot"
|
||||||
"pixelorama"
|
"pixelorama"
|
||||||
|
|||||||
Reference in New Issue
Block a user