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 = {
|
zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
options = [ "--cmd cd" ];
|
options = [ "--cmd cd" ];
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
topLevel: {
|
topLevel: {
|
||||||
flake.modules.nixos."hosts/yggdrasil" =
|
flake.modules.nixos."hosts/yggdrasil" =
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,7 @@ topLevel: {
|
||||||
|
|
||||||
homeManager.cholli =
|
homeManager.cholli =
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
lib,
|
lib,
|
||||||
osConfig,
|
osConfig,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
@ -83,12 +84,9 @@ topLevel: {
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
file = {
|
file = {
|
||||||
"Desktop/.keep".text = "";
|
|
||||||
"Documents/.keep".text = "";
|
"Documents/.keep".text = "";
|
||||||
"Downloads/.keep".text = "";
|
"Downloads/.keep".text = "";
|
||||||
"Music/.keep".text = "";
|
|
||||||
"Pictures/.keep".text = "";
|
"Pictures/.keep".text = "";
|
||||||
"Videos/.keep".text = "";
|
|
||||||
".face".source = ./${defaultIconFileName};
|
".face".source = ./${defaultIconFileName};
|
||||||
"Pictures/${defaultIconFileName}".source = ./${defaultIconFileName};
|
"Pictures/${defaultIconFileName}".source = ./${defaultIconFileName};
|
||||||
"projects/.keep".text = "";
|
"projects/.keep".text = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue