ugh nano?

This commit is contained in:
Till 2023-05-30 22:37:20 +02:00
parent b437f162c8
commit 233498a3ff
7 changed files with 32 additions and 13 deletions

View file

@ -9,12 +9,14 @@
dconf.settings = {
"org/gnome/desktop/background" = {
picture-uri = ./demand_office.jpg;
picture-uri = "file://" + ./fjord.jpg;
};
"org/gnome-shell" = {
enabled-extensions = [
"run-or-raise@edvard.cz"
"places-menu@gnome-shell-extensions.gcampax.github.com"
];
};
enabled-extensions = {
"run-or-raise@edvard.cz"
"places-menu@gnome-shell-extensions.gcampax.github.com"
}
};
xdg.configFile."run-or-raise/shortcuts.conf".source = ./run-or-raise.conf;
}