moving hyprland to system-wide instead of hm to test 3
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
./neovim
|
||||
./lutris
|
||||
./mako
|
||||
./mangohud
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
# APPLICATIONS
|
||||
|
||||
8
home/extra/mangohud/default.nix
Normal file
8
home/extra/mangohud/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.mangohud = {
|
||||
enable = true;
|
||||
settings = {
|
||||
full = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user