Compare commits
4 Commits
2546d438a6
...
58a956ea2e
| Author | SHA1 | Date | |
|---|---|---|---|
| 58a956ea2e | |||
| a29be4d812 | |||
| 3e439ecb3c | |||
| 0b7c2493b4 |
@@ -28,6 +28,8 @@
|
|||||||
|
|
||||||
# For gnome-disks to work
|
# For gnome-disks to work
|
||||||
services.udisks2.enable = true;
|
services.udisks2.enable = true;
|
||||||
|
# SSH services
|
||||||
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
@@ -69,7 +71,7 @@
|
|||||||
};
|
};
|
||||||
"$mainMod" = "SUPER";
|
"$mainMod" = "SUPER";
|
||||||
bind = [
|
bind = [
|
||||||
"$mainMod, C, exec, kitty"
|
"$mainMod, C, exec, alacritty"
|
||||||
"$mainMod, Q, killactive,"
|
"$mainMod, Q, killactive,"
|
||||||
"$mainMod, grave, exec, rofi -show drun"
|
"$mainMod, grave, exec, rofi -show drun"
|
||||||
"$mainMod, F, fullscreen"
|
"$mainMod, F, fullscreen"
|
||||||
@@ -107,6 +109,11 @@
|
|||||||
"DP-3, 2560x1440@170, 1440x700, 1"
|
"DP-3, 2560x1440@170, 1440x700, 1"
|
||||||
"HDMI-A-1, 2560x1440@144, 0x0, 1, transform, 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 = {
|
programs.neovim = {
|
||||||
@@ -155,6 +162,7 @@
|
|||||||
nextcloud-client
|
nextcloud-client
|
||||||
steam
|
steam
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
cargo
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -170,7 +178,7 @@
|
|||||||
dunst
|
dunst
|
||||||
libnotify
|
libnotify
|
||||||
rofi
|
rofi
|
||||||
kitty
|
alacritty
|
||||||
vscodium
|
vscodium
|
||||||
|
|
||||||
ncdu
|
ncdu
|
||||||
@@ -185,7 +193,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
SUDO_EDITOR = "nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
|
|||||||
Reference in New Issue
Block a user