fixes for a running system
This commit is contained in:
@@ -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']";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user