feat: trying hyprland again

This commit is contained in:
Nick 2025-05-10 16:28:48 -05:00
parent c5fe1e3538
commit cd01d3e40b
11 changed files with 108 additions and 156 deletions

View file

@ -1,17 +1,13 @@
{
flake,
config,
pkgs,
...
}:
let
inherit (flake.config.people) user1;
user = config.home.username;
configPath = ./config;
configImports = {
animations = import (configPath + /animations.nix);
bind = import (configPath + /bind.nix);
bindm = import (configPath + /bindm.nix);
binds = import (configPath + /binds.nix);
# bindl = import (configPath + /bindl.nix);
@ -24,15 +20,6 @@ let
windowrulev2 = import (configPath + /windowrulev2.nix);
xwayland = import (configPath + /xwayland.nix);
monitor = import (configPath + /monitor.nix);
bind =
let
bindConfig =
if user == user1 then
import (configPath + /bind-user1.nix)
else
import (configPath + /bind-user0.nix);
in
bindConfig;
};
in
{