about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-14 06:19:50 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-14 06:19:59 -0800
commit94142ef5780de4a049436de08b8d7e0cd3d04245 (patch)
tree7e55f6a70bba904934a088d43f464bccbb78bdb3
parentbuild(deps): bump cachix/install-nix-action from 23 to 24 (diff)
downloadworld-94142ef5780de4a049436de08b8d7e0cd3d04245.tar.gz
simplify the layout
-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.nix2
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;
 }