Compare commits

...

4 Commits

Author SHA1 Message Date
58a956ea2e updated terminal 2026-01-04 11:33:23 -05:00
a29be4d812 edited sudoedditor 2026-01-04 09:00:37 -05:00
3e439ecb3c added ssh tools 2026-01-04 08:52:30 -05:00
0b7c2493b4 added godot window config 2026-01-04 08:35:47 -05:00

View File

@@ -28,6 +28,8 @@
# For gnome-disks to work
services.udisks2.enable = true;
# SSH services
programs.ssh.startAgent = true;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
@@ -69,7 +71,7 @@
};
"$mainMod" = "SUPER";
bind = [
"$mainMod, C, exec, kitty"
"$mainMod, C, exec, alacritty"
"$mainMod, Q, killactive,"
"$mainMod, grave, exec, rofi -show drun"
"$mainMod, F, fullscreen"
@@ -107,6 +109,11 @@
"DP-3, 2560x1440@170, 1440x700, 1"
"HDMI-A-1, 2560x1440@144, 0x0, 1, transform, 1"
];
windowrulev2 = [
"tile, initialClass:^(Godot)$, initialTitle: ^(Godot)$"
"float, class:^(Godot)$, title:^(?!(.*Godot)).*$"
"float, initialTitle:^(Godot)$, class:^(?!(Godot)).*$"
];
};
};
programs.neovim = {
@@ -155,6 +162,7 @@
nextcloud-client
steam
signal-desktop
cargo
];
};
@@ -170,7 +178,7 @@
dunst
libnotify
rofi
kitty
alacritty
vscodium
ncdu
@@ -185,7 +193,7 @@
];
environment.sessionVariables = {
EDITOR = "nvim";
SUDO_EDITOR = "nvim";
};
hardware.bluetooth = {