fixes for a running system

This commit is contained in:
2024-08-29 21:31:51 +02:00
parent 230144c3b9
commit 90d308ec7d
10 changed files with 47 additions and 46 deletions

View File

@@ -18,6 +18,7 @@
## Utils relevant to this user only
programs.git = {
enable = true;
userName = "Remy Moll";
userEmail = "me@moll.re";
};
@@ -32,7 +33,7 @@
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v10.3";
sha256 = "T8KYLA/r/g0KvAivKRoeqIwE2pINlxFQtZJHp0y9GMM=";
sha256 = "sha256-T8KYLA/r/gOKvAivKRoeqIwE2pINlxFQtZJHpOy9GMM=";
};
}
# add others here
@@ -56,8 +57,8 @@
dconf.settings = {
# set the keyboard layout to german
"org/gnome/desktop/input-sources" = {
"sources" = "[('xkb', 'de'), ('xkb', 'ch'), ('xkb', 'us')]";
"xkb-options" = "['lv3:ralt_switch']";
sources = "[('xkb', 'de'), ('xkb', 'ch'), ('xkb', 'us')]";
xkb-options = "['lv3:ralt_switch']";
};
};
}