diff options
Diffstat (limited to '')
-rw-r--r-- | home/darwin.nix (renamed from home/profiles/darwin.nix) | 0 | ||||
-rw-r--r-- | home/dev.nix (renamed from home/profiles/dev.nix) | 0 | ||||
-rw-r--r-- | home/emacs.nix (renamed from home/profiles/emacs.nix) | 0 | ||||
-rw-r--r-- | home/git.nix (renamed from home/profiles/git.nix) | 2 | ||||
-rw-r--r-- | home/home.nix (renamed from home/profiles/home.nix) | 0 | ||||
-rw-r--r-- | home/ssh.nix (renamed from home/profiles/ssh.nix) | 0 | ||||
-rw-r--r-- | home/tmux.nix (renamed from home/profiles/tmux.nix) | 0 | ||||
-rw-r--r-- | home/yubikey.nix (renamed from home/profiles/yubikey.nix) | 0 | ||||
-rw-r--r-- | home/zsh.nix (renamed from home/profiles/zsh.nix) | 0 | ||||
-rw-r--r-- | hosts/mba/default.nix | 2 |
10 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/darwin.nix b/home/darwin.nix index ef2787d..ef2787d 100644 --- a/home/profiles/darwin.nix +++ b/home/darwin.nix diff --git a/home/profiles/dev.nix b/home/dev.nix index a860027..a860027 100644 --- a/home/profiles/dev.nix +++ b/home/dev.nix diff --git a/home/profiles/emacs.nix b/home/emacs.nix index dbc5411..dbc5411 100644 --- a/home/profiles/emacs.nix +++ b/home/emacs.nix diff --git a/home/profiles/git.nix b/home/git.nix index f26b3eb..2c69c64 100644 --- a/home/profiles/git.nix +++ b/home/git.nix @@ -1,7 +1,7 @@ { lib, pkgs, config, ... }: let sshPub = builtins.fromTOML ( - builtins.readFile ../../configs/ssh-pubkeys.toml + builtins.readFile ../configs/ssh-pubkeys.toml ); in { diff --git a/home/profiles/home.nix b/home/home.nix index 42517b9..42517b9 100644 --- a/home/profiles/home.nix +++ b/home/home.nix diff --git a/home/profiles/ssh.nix b/home/ssh.nix index 47aee8a..47aee8a 100644 --- a/home/profiles/ssh.nix +++ b/home/ssh.nix diff --git a/home/profiles/tmux.nix b/home/tmux.nix index 22f8683..22f8683 100644 --- a/home/profiles/tmux.nix +++ b/home/tmux.nix diff --git a/home/profiles/yubikey.nix b/home/yubikey.nix index b18ce5d..b18ce5d 100644 --- a/home/profiles/yubikey.nix +++ b/home/yubikey.nix diff --git a/home/profiles/zsh.nix b/home/zsh.nix index 0cc20eb..0cc20eb 100644 --- a/home/profiles/zsh.nix +++ b/home/zsh.nix diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 4110f41..3ba0ab6 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -49,5 +49,5 @@ home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.fcuny = import ../../home/profiles/darwin.nix; + home-manager.users.fcuny = import ../../home/darwin.nix; } |