Compare commits
2 commits
bbd734d9b6
...
a87b903607
| Author | SHA1 | Date | |
|---|---|---|---|
| a87b903607 | |||
| ad9c809745 |
1 changed files with 2 additions and 3 deletions
|
|
@ -17,8 +17,7 @@ in {
|
|||
|
||||
keyboard.layout = "us";
|
||||
keyboard.variant = "dvorak";
|
||||
keyboard.options =
|
||||
[ "terminate:ctrl_alt_bksp" "caps:escape" "compose:ralt" ];
|
||||
keyboard.options = "terminate:ctrl_alt_bksp,caps:escape,compose:ralt";
|
||||
|
||||
packages = with pkgs; [
|
||||
# social
|
||||
|
|
@ -44,7 +43,7 @@ in {
|
|||
|
||||
browserpass = {
|
||||
enable = true;
|
||||
browsers = [ "firefox" ];
|
||||
browsers = [ "firufox" ];
|
||||
};
|
||||
|
||||
feh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue