Switch to NixOS and various fixes
This commit is contained in:
parent
c7df83869f
commit
0aae761f89
14 changed files with 222 additions and 130 deletions
|
|
@ -10,7 +10,7 @@
|
|||
terminator
|
||||
rofi
|
||||
bash
|
||||
# betterlockscreen
|
||||
betterlockscreen
|
||||
];
|
||||
|
||||
services.sxhkd = let
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
terminator= "${pkgs.terminator}/bin/terminator";
|
||||
rofi = "${pkgs.rofi}/bin/rofi";
|
||||
bash = "${pkgs.bash}/bin/bash";
|
||||
betterlockscreen = "/usr/bin/betterlockscreen";
|
||||
betterlockscreen = "betterlockscreen";
|
||||
in {
|
||||
enable = true;
|
||||
keybindings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue