Compare commits

..

No commits in common. "4ded22c2f52af83cd4b4ddefe84d3ceea7aa65d2" and "5ac103230a79d63616781280e4ca9524f44cb9c6" have entirely different histories.

3 changed files with 0 additions and 14 deletions

View file

@ -3,7 +3,6 @@
in {
imports = [
./packages.nix
./gnomeconf.nix
];
home = {

View file

@ -1,12 +0,0 @@
{pkgs, ...}: {
config = {
dconf = {
enable = true;
settings = {
"org/gnome/shell".enabled-extensions = [
pkgs.gnomeExtensions.dash-to-panel.extensionUuid
];
};
};
};
}

View file

@ -19,7 +19,6 @@ in {
with pkgs; [
ungoogled-chromium
krita
gnomeExtensions.dash-to-panel
(lib.mkIf hardware.piperMouse.enable piper)
]
);