Make discord parts of default associations

This commit is contained in:
Natsu Kagami 2025-03-14 11:50:06 +01:00
parent 1804a8e4a9
commit 14fc51fe18
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 25 additions and 38 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }:
{ pkgs, options, config, lib, ... }:
let
iio-sway = pkgs.stdenv.mkDerivation {
@ -44,7 +44,7 @@ in
# Graphical set up
linux.graphical.type = "wayland";
linux.graphical.wallpaper = ./images/wallpaper_0.png;
linux.graphical.startup = with pkgs; [ zen-browser-bin thunderbird vesktop slack ];
linux.graphical.startup = options.linux.graphical.startup.default ++ [ pkgs.slack ];
linux.graphical.defaults.webBrowser.package = pkgs.zen-browser-bin;
linux.graphical.defaults.webBrowser.desktopFile = "zen.desktop";
# Enable sway