mv mako to hyprland
nixos config pipeline / show-flake (push) Successful in 28s
nixos config pipeline / deploy (push) Successful in 42s

This commit is contained in:
smayzy
2026-01-17 15:46:37 +01:00
parent 00fa7a3c36
commit 33ef812e07
5 changed files with 2 additions and 32 deletions
+1 -2
View File
@@ -25,8 +25,6 @@ in
fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono ];
smayzy.mako.enable = true;
smayzy.kitty.enable = true;
environment.systemPackages = with pkgs; [
@@ -42,6 +40,7 @@ in
cliphist
grim
slurp
mako
];
};
}