mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Fix $HOME on darwin
This commit is contained in:
@@ -466,8 +466,9 @@ in {
|
|||||||
home.file = {
|
home.file = {
|
||||||
".config/nvim/lua".source = ./nvim/lua;
|
".config/nvim/lua".source = ./nvim/lua;
|
||||||
".aws/config".source = ./.aws/config;
|
".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, ...}: {
|
{pkgs, ...}: {
|
||||||
|
users.users."dave.gallant".home = "/Users/dave.gallant";
|
||||||
imports = [
|
imports = [
|
||||||
./brew.nix
|
./brew.nix
|
||||||
./preferences.nix
|
./preferences.nix
|
||||||
|
Reference in New Issue
Block a user