chore: cleanup

This commit is contained in:
Christoph Hollizeck 2025-12-04 15:45:41 +01:00
parent e630819228
commit ffb3f335b4
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 6 additions and 4 deletions

View file

@ -69,6 +69,10 @@
];
};
yazi = {
enable = true;
};
zoxide = {
enable = true;
options = [ "--cmd cd" ];

View file

@ -1,8 +1,8 @@
topLevel: {
flake.modules.nixos."hosts/yggdrasil" =
{
config,
inputs,
lib,
pkgs,
...
}:

View file

@ -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 = "";