programs/hyprland: switch to hjem-rum

This commit is contained in:
Anthony Rodriguez 2025-02-22 00:39:41 +01:00
parent 4e4a2d86e5
commit 98a319696f
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -59,9 +59,10 @@ in {
inputs.hyprwm-contrib.packages.${pkgs.system}.grimblast
gnomeControlCenter
];
files = {
".config/hypr/hyprland.conf".text = toHyprConf {
attrs =
rum.programs.hyprland = {
enable = true;
settings =
{
xwayland = {
force_zero_scaling = true;
@ -157,9 +158,6 @@ in {
// import ./binds.nix lib;
};
".config/uwsm/env-hyprland".source = config.hjem.users.${username}.environment.setEnvironment;
};
environment.sessionVariables = mkMerge [
{
GDK_SCALE = 1;