aboutsummaryrefslogtreecommitdiff
path: root/home-manager
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-10-24 18:05:21 +0000
committeraethrvmn <me@aethrvmn.gr>2025-10-24 18:05:21 +0000
commit70be595977662941b6efc7552334ce352bd9b88a (patch)
tree3763838d7b15b8f6fbe321de4526a1fbb860afaf /home-manager
parentremoved pkg decleration (diff)
added atuin to dots
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/dotfiles/default.nix4
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;
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.