things
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
};
|
||||
programs.home-manager.enable = true;
|
||||
};
|
||||
nixos = {lib, ...}: {
|
||||
nixos = { lib, ... }: {
|
||||
boot.kernelModules = [ "ntsync" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user