mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
more code cleanups and build fixes
This commit is contained in:
parent
7ee40426ab
commit
b665dac14e
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
dconf = {
|
dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
"org/nemo/preferences" = {
|
"org/nemo/preferences" = {
|
||||||
show-image-thumbnails = "always";
|
show-image-thumbnails = "always";
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
dconf = {
|
dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"org/gnome/desktop/wm/preferences" = {button-layout = "";};
|
"org/gnome/desktop/wm/preferences".button-layout = "";
|
||||||
"org/gnome/nm-applet".disable-connected-notifications = true;
|
"org/gnome/nm-applet".disable-connected-notifications = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
self: {
|
||||||
imports = [
|
imports = [
|
||||||
./apps
|
./apps
|
||||||
./desktop
|
./desktop
|
||||||
|
|
Loading…
Reference in a new issue