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