Merge branch 'overhaul' of ssh://solis:34916/Koen/nix-config into overhaul

This commit is contained in:
KoenDR06 2025-08-07 13:41:47 +02:00
commit 678ae1cd2a
4 changed files with 5 additions and 2 deletions

View file

@ -18,6 +18,7 @@ in {
dotnetCorePackages.sdk_9_0 dotnetCorePackages.sdk_9_0
gcc gcc
ghex ghex
glsl_analyzer
haskell.compiler.native-bignum.ghcHEAD haskell.compiler.native-bignum.ghcHEAD
haskell-language-server haskell-language-server
jdk jdk

View file

@ -20,6 +20,7 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bitwarden bitwarden
blender
gnome-calculator gnome-calculator
inkscape inkscape
kitty kitty

View file

@ -68,6 +68,7 @@ in {
"center, initialTitle:^Picture-in-Picture$" "center, initialTitle:^Picture-in-Picture$"
"size 33% 33%, initialTitle:^Picture-in-Picture$" "size 33% 33%, initialTitle:^Picture-in-Picture$"
"float, initialClass:CImg" "float, initialClass:CImg"
"float, initialTitle:GLFW"
]; ];
workspaces = [ workspaces = [

View file

@ -369,14 +369,14 @@ in {
} }
{ {
flags = []; flags = ["e"];
mods = ["SUPER" "CONTROL"]; mods = ["SUPER" "CONTROL"];
key = "Right"; key = "Right";
dispatcher = "workspace"; dispatcher = "workspace";
params = "e+1"; params = "e+1";
} }
{ {
flags = []; flags = ["e"];
mods = ["SUPER" "CONTROL"]; mods = ["SUPER" "CONTROL"];
key = "Left"; key = "Left";
dispatcher = "workspace"; dispatcher = "workspace";