Compare commits
No commits in common. "4ded22c2f52af83cd4b4ddefe84d3ceea7aa65d2" and "5ac103230a79d63616781280e4ca9524f44cb9c6" have entirely different histories.
4ded22c2f5
...
5ac103230a
3 changed files with 0 additions and 14 deletions
|
@ -3,7 +3,6 @@
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./gnomeconf.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
config = {
|
|
||||||
dconf = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
"org/gnome/shell".enabled-extensions = [
|
|
||||||
pkgs.gnomeExtensions.dash-to-panel.extensionUuid
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -19,7 +19,6 @@ in {
|
||||||
with pkgs; [
|
with pkgs; [
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
krita
|
krita
|
||||||
gnomeExtensions.dash-to-panel
|
|
||||||
(lib.mkIf hardware.piperMouse.enable piper)
|
(lib.mkIf hardware.piperMouse.enable piper)
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue