diff --git a/src/user/modules/gui/modules/corn/default.nix b/src/user/modules/gui/modules/corn/default.nix index d28a00c..712c6fb 100644 --- a/src/user/modules/gui/modules/corn/default.nix +++ b/src/user/modules/gui/modules/corn/default.nix @@ -8,29 +8,29 @@ in { options.modules.user.gui.corn = { enable = mkEnableOption "Enable Bitcoin client applications"; }; config = mkIf cfg.enable { home.packages = with pkgs; [ - trezor-suite - trezorctl - trezord + #trezor-suite + #trezorctl + #trezord sparrow ]; - systemd.user.services = { - trezord = { - Unit = { - Description = "Trezor Bridge"; - After = [ "network.target" ]; - Wants = [ "network.target" ]; - PartOf = [ "graphical-session.target" ]; - }; - Service = { - ExecStart = "${pkgs.trezord}/bin/trezord-go"; - Restart = "always"; - }; - Install = { - WantedBy = [ "default.target" ]; - }; - }; - }; + #systemd.user.services = { + # trezord = { + # Unit = { + # Description = "Trezor Bridge"; + # After = [ "network.target" ]; + # Wants = [ "network.target" ]; + # PartOf = [ "graphical-session.target" ]; + # }; + # Service = { + # ExecStart = "${pkgs.trezord}/bin/trezord-go"; + # Restart = "always"; + # }; + # Install = { + # WantedBy = [ "default.target" ]; + # }; + # }; + #}; }; } diff --git a/src/user/modules/gui/modules/fun/default.nix b/src/user/modules/gui/modules/fun/default.nix index e631657..8b3422c 100644 --- a/src/user/modules/gui/modules/fun/default.nix +++ b/src/user/modules/gui/modules/fun/default.nix @@ -7,17 +7,17 @@ let in { options.modules.user.gui.fun = { enable = mkEnableOption "Enable entertainment apps"; }; config = mkIf cfg.enable { - programs.obs-studio = { - enable = true; - plugins = with pkgs.obs-studio-plugins; [ - wlrobs - obs-pipewire-audio-capture - input-overlay - ]; - }; + #programs.obs-studio = { + # enable = true; + # plugins = with pkgs.obs-studio-plugins; [ + # wlrobs + # obs-pipewire-audio-capture + # input-overlay + # ]; + #}; home.packages = with pkgs; [ - spotify + ytmdesktop discordo webcord ]; diff --git a/src/user/modules/gui/modules/writing/default.nix b/src/user/modules/gui/modules/writing/default.nix index c5da843..664d5fe 100644 --- a/src/user/modules/gui/modules/writing/default.nix +++ b/src/user/modules/gui/modules/writing/default.nix @@ -9,7 +9,6 @@ in config = mkIf cfg.enable { home.packages = with pkgs; [ mdbook - texlive.combined.scheme-tetex pandoc asciidoctor evince