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
gcc
ghex
glsl_analyzer
haskell.compiler.native-bignum.ghcHEAD
haskell-language-server
jdk

View file

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

View file

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

View file

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