programs/hyprland: switch to hjem-rum
This commit is contained in:
parent
4e4a2d86e5
commit
98a319696f
1 changed files with 91 additions and 93 deletions
|
@ -59,9 +59,10 @@ in {
|
||||||
inputs.hyprwm-contrib.packages.${pkgs.system}.grimblast
|
inputs.hyprwm-contrib.packages.${pkgs.system}.grimblast
|
||||||
gnomeControlCenter
|
gnomeControlCenter
|
||||||
];
|
];
|
||||||
files = {
|
|
||||||
".config/hypr/hyprland.conf".text = toHyprConf {
|
rum.programs.hyprland = {
|
||||||
attrs =
|
enable = true;
|
||||||
|
settings =
|
||||||
{
|
{
|
||||||
xwayland = {
|
xwayland = {
|
||||||
force_zero_scaling = true;
|
force_zero_scaling = true;
|
||||||
|
@ -157,9 +158,6 @@ in {
|
||||||
// import ./binds.nix lib;
|
// import ./binds.nix lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
".config/uwsm/env-hyprland".source = config.hjem.users.${username}.environment.setEnvironment;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.sessionVariables = mkMerge [
|
environment.sessionVariables = mkMerge [
|
||||||
{
|
{
|
||||||
GDK_SCALE = 1;
|
GDK_SCALE = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue