clean
nix flake show / show-flake (push) Successful in 28s

This commit is contained in:
smayzy
2025-07-29 17:28:29 +02:00
parent b5a63b3cbd
commit f48152ff7a
10 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{ ... }:
{
imports = [
./wm/hyprland.nix
./terminal
./lf
./terminal
./wm/hyprland.nix
];
}
+1 -1
View File
@@ -1,7 +1,7 @@
{ ... }:
{
imports = [
./kitty.nix
./alacritty.nix
./kitty.nix
];
}