Skip to content

Commit

Permalink
feat(apps): added again common apps to system
Browse files Browse the repository at this point in the history
Added ides and communications programs e.g. discord and intellij idea
  • Loading branch information
Wittano committed Dec 12, 2024
1 parent 5741ae3 commit 9f022c4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
86 changes: 43 additions & 43 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ rec {
# Wittano configuration
{
programs = {
jetbrains.ides = [ "go" "fork" "python" "cpp" ];
jetbrains.ides = [ "go" "fork" "python" "cpp" "dotnet" "jvm" ];
git.wittano.enable = true;
rofi.wittano = {
enable = true;
Expand Down Expand Up @@ -298,11 +298,11 @@ rec {
pomodoro

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

0 comments on commit 9f022c4

Please sign in to comment.