Skip to content

Commit

Permalink
gnome: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fjolne committed Apr 9, 2024
1 parent 5046dbc commit 6e0dd9d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/home-manager/desktop/gnome.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{ pkgs, pkgs-unstable, ... }: rec {
{ pkgs-unstable, ... }: rec {
imports = [ ./dconf.nix ];

home.packages = with pkgs-unstable.gnomeExtensions; [
paperwm
# pop-shell
# workspace-matrix
vitals
];
dconf.settings = {
Expand All @@ -18,5 +16,4 @@
gtk-application-prefer-dark-theme = 1;
};
};
services.gnome-keyring.enable = false;
}

0 comments on commit 6e0dd9d

Please sign in to comment.