h002 being weird, but it is working tty now
This commit is contained in:
parent
aa3653e8c2
commit
1ec7eadcb8
11 changed files with 293 additions and 20 deletions
12
users/luser/home_manager/common.nix
Normal file
12
users/luser/home_manager/common.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ lib, ylib, settings, ... }:
|
||||
{
|
||||
imports = [
|
||||
(settings.usersDir + "/_common/components/home_manager/tmux/tmux.nix")
|
||||
(settings.usersDir + "/_common/components/home_manager/atuin.nix")
|
||||
(settings.usersDir + "/_common/components/home_manager/starship.nix")
|
||||
(settings.usersDir + "/_common/components/home_manager/zoxide.nix")
|
||||
(settings.usersDir + "/_common/components/home_manager/zsh.nix")
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue