Compare commits
4 Commits
2546d438a6
...
58a956ea2e
| Author | SHA1 | Date | |
|---|---|---|---|
| 58a956ea2e | |||
| a29be4d812 | |||
| 3e439ecb3c | |||
| 0b7c2493b4 |
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user