kekl
This commit is contained in:
@ -36,6 +36,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
libinput = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -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";
|
||||||
|
Reference in New Issue
Block a user