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