Skip to content

Commit

Permalink
gnome on shinx
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyavolyn committed Dec 24, 2024
1 parent d3c8752 commit e496b8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hosts/shinx/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# see also flake.nix -> nixos-hardware modules
./hardware-configuration.nix

inputs.self.nixosProfiles.desktop-budgie
inputs.self.nixosProfiles.desktop-gnome

media-server
{ services.deluge.config.download_location = "/mnt/media/downloads/complete"; }
Expand Down Expand Up @@ -50,7 +50,7 @@
miniflux

tailscale
# avahi
avahi
docker
firefox
spotify
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/qflipper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ with lib;
'';
})
];
}
}
1 change: 1 addition & 0 deletions modules/gnome/dconf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ in
[ "org.gnome.Nautilus.desktop" ]
++ [ "kitty.desktop" ]
++ optionals (hasModule "chrome") [ "google-chrome.desktop" ]
++ optionals (hasModule "firefox") [ "firefox.desktop" ]
++ optionals (hasModule "dev") [ "code.desktop" ]
++ optionals (hasModule "messaging") [ "org.telegram.desktop.desktop" ]
++ optionals (hasModule "messaging") [ "discord.desktop" ]
Expand Down

0 comments on commit e496b8b

Please sign in to comment.