Skip to content

Commit

Permalink
chore(apps): restore social media app to configuration
Browse files Browse the repository at this point in the history
I change my mind about social media app on my pc and it wasn't problem
theveself but inside me. I need changed my way of spending free time on
PC
  • Loading branch information
Wittano committed Oct 20, 2024
1 parent f3b4513 commit 7c01bb4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions modules/desktop/submodules/general.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, lib, unstable, ... }:
{ pkgs, lib, unstable, master, ... }:
with lib;
with lib.my;
let
Expand Down Expand Up @@ -30,10 +30,10 @@ in
"electron-27.3.11"
];

home-manager.users.wittano = {
home-manager.users.wittano = rec {
programs.fish.shellAliases.open = "xdg-open";

programs.mpv.enable = true;
programs.mpv.enable = lists.any (x: strings.hasPrefix "streamlink-twitch-gui-bin" (x.name or "")) home.packages;
home.packages = with pkgs; [
# Utils
flameshot
Expand All @@ -52,7 +52,7 @@ in

# Apps
spotify
# master.freetube # Youtube desktop
logseq
# unstable.joplin-desktop # Notebook
# unstable.vscodium # VS code
minder # Mind maps
Expand All @@ -64,13 +64,14 @@ in
bitwarden
keepassxc

# Communicator
# Social media
# telegram-desktop
master.freetube # Youtube desktop
fixedSignal # Signal desktop
# element-desktop # matrix communicator
# master.vesktop
vesktop
# irssi # IRC chat
logseq
unstable.streamlink-twitch-gui-bin
];
};
};
Expand Down

0 comments on commit 7c01bb4

Please sign in to comment.