This commit is contained in:
mjallen18
2024-08-27 19:42:07 -05:00
parent 6e0a996187
commit 64a228fd40
5 changed files with 157 additions and 103 deletions

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }:
{
specialisation.gnome.configuration = {
home-manager.users.matt = import ./home.nix;
apps.discover-wrapped.enable = false;
@@ -19,7 +20,7 @@
displayManager.defaultSession = "gnome";
# Enable Flatpak
flatpak.enable = true;
flatpak.enable = false;
# disable plasma
displayManager.sddm.enable = false;
@@ -29,4 +30,4 @@
# xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
}
}