fix: adds script for smart borders since default opt doesnt work anymore

This commit is contained in:
Ahwx 2024-10-13 20:40:41 +02:00
parent ad0f62da1b
commit 71e0ae0d55
3 changed files with 135 additions and 2 deletions

View file

@ -2,6 +2,7 @@
{
imports = [ (import ./hyprland.nix) ]
++ [ (import ./config.nix) ]
++ [ (import ./scripts.nix) ]
++ [ (import ./variables.nix) ]
++ [ (import ./hyprlock.nix) ]
++ [ inputs.hyprland.homeManagerModules.default ];