moving hyprland to system-wide instead of hm to test 3

This commit is contained in:
cnst
2024-06-30 08:00:40 +02:00
parent 51e10705bb
commit d42f003788
5 changed files with 16 additions and 13 deletions

View File

@@ -5,6 +5,7 @@
./neovim
./lutris
./mako
./mangohud
];
home.packages = with pkgs; [
# APPLICATIONS

View File

@@ -0,0 +1,8 @@
{
programs.mangohud = {
enable = true;
settings = {
full = true;
};
};
}