mv mako to module
nix flake show / show-flake (push) Successful in 34s

This commit is contained in:
smayzy
2025-07-29 18:05:45 +02:00
parent f48152ff7a
commit 614a10248f
9 changed files with 51 additions and 11 deletions
-5
View File
@@ -1,6 +1,5 @@
{
lib,
config,
pkgs,
smayzy,
...
@@ -13,10 +12,6 @@ in
home.file = lib.mkMerge [
{
".config/mako/config" = {
source = builtins.toPath ../../../dotfiles/mako/config;
force = true;
};
".config/wofi" = {
source = builtins.toPath ../../../dotfiles/wofi;
recursive = true;