Added a non-functional host, modified Vulkan and tweaked niri binds
Some checks failed
Build Flake / build (push) Failing after 3h0m24s
Bump Flake / bump (push) Failing after 1m4s
Check config / build (push) Failing after 36s

This commit is contained in:
Alexandre 2026-07-31 19:02:22 +02:00
parent f4947f72e9
commit bed80cefa0
4 changed files with 5 additions and 7 deletions

View File

@ -55,6 +55,7 @@
pkg-config
# Debug
gdb
renderdoc
# git
];
# Environment Variables

View File

@ -56,9 +56,9 @@
# Default binds
# Fullscreen managment
"Mod+F".maximize-column = {};
"Mod+Shift+F".fullscreen-window = {};
"Mod+Ctrl+F".maximize-window-to-edges = {}; # Same effect as double clicking the titlebar
"Mod+F".maximize-window-to-edges = {}; # Same effect as double clicking the titlebar
"Mod+Ctrl+F".maximize-column = {}; # Ugly fullscreen
"Mod+Shift+F".fullscreen-window = {}; # True fullscreen
# Floating
"Mod+V".toggle-window-floating = {};
"Mod+Shift+V".switch-focus-between-floating-and-tiling = {};

View File

@ -54,9 +54,6 @@
stateVersion = "24.11";
};
nixpkgs.hostPlatform = inputs.nixpkgs.lib.mkDefault "x86_64-linux";
};
};
}

2
result
View File

@ -1 +1 @@
/nix/store/g7vnprbqp4wcam8d9skrwxapb7d2n2wd-noctalia-shell-4.7.7
/nix/store/mp9mskqavaagav4b2fxq2ghpm9xqaj18-nixos-system-framework-26.11.20260610.9ae611a