chore: cleanup
This commit is contained in:
parent
e630819228
commit
ffb3f335b4
3 changed files with 6 additions and 4 deletions
|
|
@ -69,6 +69,10 @@
|
|||
];
|
||||
};
|
||||
|
||||
yazi = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
zoxide = {
|
||||
enable = true;
|
||||
options = [ "--cmd cd" ];
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
topLevel: {
|
||||
flake.modules.nixos."hosts/yggdrasil" =
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ topLevel: {
|
|||
|
||||
homeManager.cholli =
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
osConfig,
|
||||
pkgs,
|
||||
|
|
@ -83,12 +84,9 @@ topLevel: {
|
|||
{
|
||||
home = {
|
||||
file = {
|
||||
"Desktop/.keep".text = "";
|
||||
"Documents/.keep".text = "";
|
||||
"Downloads/.keep".text = "";
|
||||
"Music/.keep".text = "";
|
||||
"Pictures/.keep".text = "";
|
||||
"Videos/.keep".text = "";
|
||||
".face".source = ./${defaultIconFileName};
|
||||
"Pictures/${defaultIconFileName}".source = ./${defaultIconFileName};
|
||||
"projects/.keep".text = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue