Update nixpkgs and change GUI app set
This commit is contained in:
parent
0233a84edc
commit
1f10e0e943
2 changed files with 8 additions and 8 deletions
|
@ -47,13 +47,13 @@ in
|
|||
cinnamon.nemo # File manager
|
||||
thunderbird # Email
|
||||
sublime-music # For navidrome
|
||||
pkgs.unstable.cinny-desktop
|
||||
# Note taking
|
||||
obsidian
|
||||
(if pkgs.stdenv.isAarch64 then
|
||||
pkgs.hello
|
||||
else logseq.override { electron = pkgs.electron_24; /* old electron versions have trouble with touchscreens */ })
|
||||
|
||||
zotero
|
||||
# (if stdenv.isAarch64 then zotero else pkgs.unstable.zotero) // kinda fucked for now from CVE
|
||||
libreoffice
|
||||
|
||||
## CLI stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue