This commit is contained in:
mjallen18
2025-06-08 18:56:08 -05:00
parent 08b90ac1ae
commit 85d98ab453
5 changed files with 56 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
{ lib, ... }:
{ ... }:
{
specialisation.hyprland.configuration = {
imports = [ ./default.nix ]
imports = [ ./default.nix ];
};
}