This commit is contained in:
2026-08-02 01:38:50 +01:00
parent b8c6862880
commit 47c31cc539
12 changed files with 321 additions and 229 deletions
+16 -15
View File
@@ -42,6 +42,7 @@
modules.pi-coding
# modules.omp
modules.podman
modules.wivrn
# <modules/ai/ollama-cuda>
];
nixos =
@@ -76,16 +77,16 @@
...
}:
{
xdg.configFile."hypr/hyprland-local.lua" = {
text = ''
exec-once = hyprctl dispatch workspace 2 # shit solution to get quickshell on the right monitor
workspace = name:2, monitor:DP-2
input {
kb_layout = "gb"
follow_mouse = 2
sensitivity = -0.5
}
'';
xdg.configFile."hypr/hyprland-local.lua" = {
text = ''
exec-once = hyprctl dispatch workspace 2 # shit solution to get quickshell on the right monitor
workspace = name:2, monitor:DP-2
input {
kb_layout = "gb"
follow_mouse = 2
sensitivity = -0.5
}
'';
};
home.packages = with pkgs; [
equibop
@@ -130,11 +131,11 @@
nixpkgs.overlays = [
# Skipping tests while upstream sorts it out, revert once
# Hydra consistently builds openldap green.
(final: prev: {
openldap = prev.openldap.overrideAttrs (_: {
doCheck = false;
});
})
# (final: prev: {
# openldap = prev.openldap.overrideAttrs (_: {
# doCheck = false;
# });
# })
];
nixpkgs.config.allowUnfree = true;
nixpkgs.config.problems.handlers = {