This commit is contained in:
meml0rz
2024-11-14 00:29:44 +01:00
parent 21f472a7cc
commit 2be3e96705
5 changed files with 5 additions and 2 deletions

View File

@ -36,6 +36,9 @@
}; };
services = { services = {
libinput = {
enable = true;
};
xserver = { xserver = {
enable = true; enable = true;
displayManager.startx.enable = true; displayManager.startx.enable = true;

View File

@ -4,7 +4,7 @@
./nix/user.nix ./nix/user.nix
./nix/nvim/default.nix ./nix/nvim/default.nix
#./nix/hypr/default.nix ./nix/hypr/default.nix
./nix/bspwm/default.nix ./nix/bspwm/default.nix
]; ];

View File

@ -4,7 +4,7 @@
sxhkd = { sxhkd = {
enable = true; enable = true;
keybindings = { keybindings = {
"super + return" = "${pkgs.alacritty}/bin/alacritty"; "super + Return" = "${pkgs.alacritty}/bin/alacritty";
"super + space" = "${pkgs.rofi}/bin/rofi -show drun"; "super + space" = "${pkgs.rofi}/bin/rofi -show drun";
"super + shift + r" = "bspc restart"; "super + shift + r" = "bspc restart";