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 = { zoxide = {
enable = true; enable = true;
options = [ "--cmd cd" ]; options = [ "--cmd cd" ];

View file

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

View file

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