Compare commits
2 Commits
1805cbf46b
...
2c786f806a
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c786f806a | |||
| 1a379a9e48 |
8
flake.lock
generated
8
flake.lock
generated
@@ -137,11 +137,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741711436,
|
||||
"narHash": "sha256-Kfj4ZKupTKUq4UYukqerHlhG0SBhPIbNyMf4DrlboJ8=",
|
||||
"lastModified": 1741880390,
|
||||
"narHash": "sha256-SbgthgZFaVOu/olUzvSIKANuldn/CBnWsSyTJ1sxaAM=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "c4135ecee1752ab5f35812951eeef23250f883c6",
|
||||
"revCount": 71,
|
||||
"rev": "91e2a5430d24f0f7077dd43b75262f5616b87e3d",
|
||||
"revCount": 73,
|
||||
"type": "git",
|
||||
"url": "https://git.syzygial.cc/Syzygial/EmacsConfig.git"
|
||||
},
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
rm -rf "$nix_apps"
|
||||
mkdir -p "$nix_apps"
|
||||
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.
|
||||
# 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.
|
||||
|
||||
@@ -11,8 +11,6 @@ in
|
||||
];
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
# nix.package = pkgs.nixUnstable;
|
||||
nix.settings.auto-optimise-store = false;
|
||||
|
||||
@@ -189,7 +187,6 @@ in
|
||||
"bitwarden"
|
||||
"zoom-for-it-admins"
|
||||
"libreoffice"
|
||||
"kicad"
|
||||
"tailscale"
|
||||
"godot"
|
||||
"pixelorama"
|
||||
|
||||
Reference in New Issue
Block a user