Testing new bindings.nix
This commit is contained in:
@@ -9,12 +9,15 @@
|
||||
}:
|
||||
let
|
||||
bindingsContent = builtins.readFile (flakeRoot + "/assets/hyprland/conf/bindings.conf");
|
||||
userConfig = import (flakeRoot + "/assets/flake/users/henrov.nix");
|
||||
in
|
||||
{
|
||||
home-manager.users.${user.username} = {
|
||||
home.stateVersion = userConfig.stateVersion;
|
||||
home.username = userConfig.username;
|
||||
home.homeDirectory = userConfig.homeDirectory;
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = lib.mkForce { };
|
||||
extraConfig = bindingsContent;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user