Compare commits
2 Commits
7545f7618d
...
40dec61850
| Author | SHA1 | Date | |
|---|---|---|---|
|
40dec61850
|
|||
|
b5cfedec59
|
@@ -70,7 +70,7 @@ in
|
||||
keyboard = {
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "intl";
|
||||
options = "ctrl:nocaps";
|
||||
};
|
||||
|
||||
repeat-delay = 235;
|
||||
|
||||
@@ -49,12 +49,14 @@ in
|
||||
./common/ssh.nix
|
||||
{
|
||||
home.persistence."/state" = {
|
||||
enable = false;
|
||||
directories = [
|
||||
"Downloads"
|
||||
".local/state/wireplumber"
|
||||
];
|
||||
};
|
||||
home.persistence."/persist" = {
|
||||
enable = false;
|
||||
directories = [
|
||||
"Desktop"
|
||||
"Documents"
|
||||
|
||||
Reference in New Issue
Block a user