Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 785510430e rebuilding minimised nix files 2026-03-02 18:18:08 +01:00
henrov 0fbd204c8e Corfrected hyprland.nix 2026-03-02 18:18:00 +01:00
3 changed files with 302 additions and 317 deletions
+300 -305
View File
File diff suppressed because it is too large Load Diff
+1 -6
View File
@@ -1797,10 +1797,7 @@ in
{
wayland.windowManager.hyprland = {
enable = true;
# Load bindings from repo files
# --- Repo keybindings ---
${builtins.readFile bindingsConf}
'';
configFile.extraConfig = builtins.readFile bindingsConf;
settings = {
windowrule = [
"match:class nm-connection-editor, float 1, center 1, size 900 700"
@@ -1813,9 +1810,7 @@ in
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
];
# GTK als algemene backend (OpenURI is daar betrouwbaar)
config.common.default = [ "gtk" ];
# Hyprland alleen voor screensharing / remote desktop
config.hyprland = {
"org.freedesktop.impl.portal.Screencast" = [ "hyprland" ];
"org.freedesktop.impl.portal.RemoteDesktop" = [ "hyprland" ];
+1 -6
View File
@@ -6,10 +6,7 @@ in
{
wayland.windowManager.hyprland = {
enable = true;
# Load bindings from repo files
# --- Repo keybindings ---
${builtins.readFile bindingsConf}
'';
configFile.extraConfig = builtins.readFile bindingsConf;
settings = {
windowrule = [
"match:class nm-connection-editor, float 1, center 1, size 900 700"
@@ -22,9 +19,7 @@ in
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
];
# GTK als algemene backend (OpenURI is daar betrouwbaar)
config.common.default = [ "gtk" ];
# Hyprland alleen voor screensharing / remote desktop
config.hyprland = {
"org.freedesktop.impl.portal.Screencast" = [ "hyprland" ];
"org.freedesktop.impl.portal.RemoteDesktop" = [ "hyprland" ];