Skip to content

Commit

Permalink
m/graphical: smol updates
Browse files Browse the repository at this point in the history
colmena: use nixpkgs version, so we don't need to rebuild lix for it
tokodon: pull in kde6 version instead of kde5
  • Loading branch information
arachnist committed May 30, 2024
1 parent dea1d61 commit 0ce6cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/graphical.nix
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ in {

environment.systemPackages = [
inputs.agenix.packages.${pkgs.system}.default
inputs.nixpkgs.legacyPackages.${pkgs.system}.colmena
] ++ (with pkgs; [
krfb # for kdeconnect virtual display
chromium
Expand Down Expand Up @@ -220,7 +221,7 @@ in {
krita
vlc
libreoffice-qt
tokodon
kdePackages.tokodon

glasgow
freecad
Expand Down Expand Up @@ -278,7 +279,6 @@ in {
gomuks
bind
nmap
colmena
waypipe
]);
}

0 comments on commit 0ce6cdf

Please sign in to comment.