Refactor the whole configuration #1
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ in{
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
"com.mitchellh.ghostty.desktop"
|
"com.mitchellh.ghostty.desktop"
|
||||||
"org.gnome.Nautilus.desktop"
|
"org.gnome.Nautilus.desktop"
|
||||||
|
"org.mozilla.firefox.desktop"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"org/gnome/shell/extensions/just-perfection" = {
|
"org/gnome/shell/extensions/just-perfection" = {
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
(envSuffix "XDG_RUNTIME_DIR" "/doc")
|
(envSuffix "XDG_RUNTIME_DIR" "/doc")
|
||||||
(envSuffix "XDG_RUNTIME_DIR" "/dconf")
|
(envSuffix "XDG_RUNTIME_DIR" "/dconf")
|
||||||
|
|
||||||
[ (sloth.mkdir (sloth.concat' sloth.xdgConfigHome "/mozilla")) (sloth.concat' sloth.homeDir "/.mozilla")]
|
[(sloth.mkdir (sloth.concat' sloth.xdgConfigHome "/mozilla")) (sloth.concat' sloth.homeDir "/.mozilla")]
|
||||||
];
|
];
|
||||||
|
|
||||||
bind.ro = [
|
bind.ro = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue