mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Fix $HOME on darwin
This commit is contained in:
@@ -466,8 +466,9 @@ in {
|
||||
home.file = {
|
||||
".config/nvim/lua".source = ./nvim/lua;
|
||||
".aws/config".source = ./.aws/config;
|
||||
".config/autostart/albert.desktop" = {
|
||||
source = pkgs.albert + "/share/applications/albert.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/autostart/albert.desktop" = lib.mkIf stdenv.isLinux {
|
||||
source = pkgs.albert + "/share/applications/albert.desktop";
|
||||
};
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
users.users."dave.gallant".home = "/Users/dave.gallant";
|
||||
imports = [
|
||||
./brew.nix
|
||||
./preferences.nix
|
||||
|
Reference in New Issue
Block a user