feat: switched deimos to hyprland

This commit is contained in:
Nick 2025-03-13 19:57:34 -05:00
parent 7859cd1068
commit 5b36df97f0
9 changed files with 22 additions and 17 deletions

View file

@ -6,7 +6,7 @@
}:
let
configPath = ./config;
settingsPath = import (configPath + /settings.nix) { inherit config flake; };
settingsPath = import (configPath + /settings.nix) { inherit config; };
stylePath = import (configPath + /style.nix) { inherit config flake; };
in
{