This commit is contained in:
parent
64b158ed2a
commit
eb516819fa
8 changed files with 79 additions and 89 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../common ];
|
||||
|
@ -13,17 +13,6 @@
|
|||
notes.enable = true;
|
||||
ranger.enable = true;
|
||||
starship.enable = true;
|
||||
|
||||
tmux-sessionizer.enable = true;
|
||||
tmux-sessionizer.searchPaths =
|
||||
let
|
||||
inherit (config.xdg) userDirs;
|
||||
in
|
||||
[
|
||||
"${userDirs.extraConfig.XDG_REPOS_DIR}:2"
|
||||
"${userDirs.documents}:1"
|
||||
];
|
||||
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -21,18 +21,6 @@
|
|||
ranger.enable = true;
|
||||
sxhkd.enable = true;
|
||||
starship.enable = true;
|
||||
|
||||
tmux-sessionizer.enable = true;
|
||||
tmux-sessionizer.searchPaths =
|
||||
let
|
||||
inherit (config.xdg) userDirs;
|
||||
in
|
||||
[
|
||||
"${userDirs.extraConfig.XDG_REPOS_DIR}:2"
|
||||
"${userDirs.documents}:1"
|
||||
"${config.home.homeDirectory}/tmp"
|
||||
];
|
||||
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue