diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-24 18:05:21 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-24 18:05:21 +0000 |
| commit | 70be595977662941b6efc7552334ce352bd9b88a (patch) | |
| tree | 3763838d7b15b8f6fbe321de4526a1fbb860afaf /home-manager | |
| parent | removed pkg decleration (diff) | |
added atuin to dots
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/dotfiles/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home-manager/dotfiles/default.nix b/home-manager/dotfiles/default.nix index 7445fdb..b6dfd13 100644 --- a/home-manager/dotfiles/default.nix +++ b/home-manager/dotfiles/default.nix @@ -1,5 +1,6 @@ { config, pkgs, ... }: let + atuinPath = "${config.home.homeDirectory}/.nix/dotfiles/atuin"; ghosttyPath = "${config.home.homeDirectory}/.nix/dotfiles/ghostty"; helixPath = "${config.home.homeDirectory}/.nix/dotfiles/helix"; labwcPath = "${config.home.homeDirectory}/.nix/dotfiles/labwc"; @@ -15,7 +16,8 @@ # configFile points to ~/.config configFile = { - "ghostty".source = config.lib.file.mkOutOfStoreSymlink ghosttyPath; + "atuin".source = config.lib.file.mkOutOfStoreSymlink atuinPath; + "ghostty".source = config.lib.file.mkOutOfStoreSymlink ghosttyPath; "helix".source = config.lib.file.mkOutOfStoreSymlink helixPath; "labwc".source = config.lib.file.mkOutOfStoreSymlink labwcPath; "mako".source = config.lib.file.mkOutOfStoreSymlink makoPath; |
