bunch of random stuff
This commit is contained in:
parent
f1a43e1b80
commit
acb556f98f
7 changed files with 112 additions and 49 deletions
BIN
users/_common/components/black.png
Normal file
BIN
users/_common/components/black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 B |
|
@ -1,4 +1,9 @@
|
|||
{ lib, ylib, settings, ... }:
|
||||
{
|
||||
lib,
|
||||
ylib,
|
||||
settings,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports =
|
||||
[ ]
|
||||
|
@ -20,7 +25,13 @@
|
|||
|
||||
home-manager.users.${settings.user.username} = {
|
||||
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")
|
||||
]
|
||||
# Common home manager
|
||||
++ ylib.umport {
|
||||
path = lib.fileset.maybeMissing (settings.usersDir + "/_common/home_manager");
|
||||
|
@ -37,5 +48,4 @@
|
|||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{ 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")
|
||||
];
|
||||
}
|
||||
|
||||
|
|
@ -1,4 +1,9 @@
|
|||
{ lib, ylib, settings, ... }:
|
||||
{
|
||||
lib,
|
||||
ylib,
|
||||
settings,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports =
|
||||
[ ]
|
||||
|
@ -20,7 +25,13 @@
|
|||
|
||||
home-manager.users.${settings.user.username} = {
|
||||
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")
|
||||
]
|
||||
# Common home manager
|
||||
++ ylib.umport {
|
||||
path = lib.fileset.maybeMissing (settings.usersDir + "/_common/home_manager");
|
||||
|
@ -37,6 +48,4 @@
|
|||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{ 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