kekl
This commit is contained in:
@ -36,6 +36,9 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
libinput = {
|
||||
enable = true;
|
||||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.startx.enable = true;
|
||||
|
@ -4,7 +4,7 @@
|
||||
./nix/user.nix
|
||||
./nix/nvim/default.nix
|
||||
|
||||
#./nix/hypr/default.nix
|
||||
./nix/hypr/default.nix
|
||||
./nix/bspwm/default.nix
|
||||
];
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
sxhkd = {
|
||||
enable = true;
|
||||
keybindings = {
|
||||
"super + return" = "${pkgs.alacritty}/bin/alacritty";
|
||||
"super + Return" = "${pkgs.alacritty}/bin/alacritty";
|
||||
"super + space" = "${pkgs.rofi}/bin/rofi -show drun";
|
||||
|
||||
"super + shift + r" = "bspc restart";
|
||||
|
Reference in New Issue
Block a user