rebuilding minimised nix files

This commit is contained in:
2026-03-02 18:18:08 +01:00
parent 0fbd204c8e
commit 785510430e
2 changed files with 301 additions and 312 deletions
+300 -305
View File
File diff suppressed because it is too large Load Diff
+1 -7
View File
@@ -6,11 +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"
@@ -23,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" ];