forked from jan-leila/nix-config
created module to add dconf changes. tried to add dash-to-panel in this module, unsure if it worked
This commit is contained in:
parent
a2b076e2e5
commit
117b30f855
3 changed files with 14 additions and 0 deletions
12
configurations/home-manager/eve/gnomeconf.nix
Normal file
12
configurations/home-manager/eve/gnomeconf.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
config = {
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/shell".enabled-extensions = [
|
||||
pkgs.gnomeExtensions.dash-to-panel.extensionUuid
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue