Add MangoWM configuration and scripts for window management on scrolling layout
This commit is contained in:
20
mango/default.nix
Normal file
20
mango/default.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.mangowm.nixosModules.mango
|
||||
../modules/hyprlock
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
libnotify #Needed to send notifications myself (Like when reloading the config)
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
./home.nix
|
||||
];
|
||||
|
||||
programs.mango.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user