Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mrjones2014/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Apr 16, 2024
2 parents d256dab + 320970a commit 8289320
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ in {
stateVersion = "22.11";
packages = with pkgs;
[
# TODO re-enable when they update to a non EOL version of electron...
# obsidian
obsidian
mdbook
spotify
(discord.override {
Expand Down
1 change: 1 addition & 0 deletions home-manager/modules/gnome/dconf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ in {
favorite-apps = [
"org.gnome.Settings.desktop"
"org.gnome.Nautilus.desktop"
"obsidian.desktop"
"org.wezfurlong.wezterm.desktop"
"1password.desktop"
"signal-desktop.desktop"
Expand Down
6 changes: 2 additions & 4 deletions nixos-modules/desktop_environment.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{ pkgs, ... }: {
config = {
services.displayManager.defaultSession = "gnome-xorg";
services.xserver = {
enable = true;
videoDrivers = [ "nvidia" ];
desktopManager.gnome.enable = true;
displayManager = {
defaultSession = "gnome-xorg";
gdm.enable = true;
};
displayManager = { gdm.enable = true; };
};

# don't install GNOME crap like Contacts, Photos, etc.
Expand Down

0 comments on commit 8289320

Please sign in to comment.