chore: move gui softwares to home configuration
This commit is contained in:
parent
f6e929a2b1
commit
0e8343eb80
2 changed files with 34 additions and 46 deletions
|
@ -44,6 +44,40 @@ in
|
|||
wechat-uos
|
||||
wpsoffice
|
||||
ttf-wps-fonts
|
||||
|
||||
eudic
|
||||
|
||||
exiftool
|
||||
darktable
|
||||
kdePackages.kdenlive
|
||||
inkscape
|
||||
gimp3
|
||||
gthumb
|
||||
oculante
|
||||
|
||||
# Multimedia
|
||||
vlc
|
||||
obs-studio
|
||||
spotify
|
||||
spot
|
||||
# IM
|
||||
element-desktop
|
||||
tdesktop
|
||||
|
||||
# Password manager
|
||||
bitwarden
|
||||
|
||||
# Browser
|
||||
chromium
|
||||
|
||||
# Writting
|
||||
zotero
|
||||
|
||||
# wemeet
|
||||
wemeet
|
||||
|
||||
imhex
|
||||
oidc-agent
|
||||
];
|
||||
|
||||
# Theme
|
||||
|
|
|
@ -238,27 +238,6 @@ in
|
|||
"openssl-1.1.1w"
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
imhex
|
||||
oidc-agent
|
||||
# Filesystem
|
||||
(owncloud-client.overrideAttrs (
|
||||
finalAttrs: previousAttrs: {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "xinyangli";
|
||||
repo = "client";
|
||||
rev = "780d1c4c8bf02be42e118c792ff833ab10c2fdcc";
|
||||
hash = "sha256-pEwcGJI9sN9nooW/RQHmi52Du6yzofgZeB8PcjwPtZ8=";
|
||||
};
|
||||
}
|
||||
))
|
||||
nfs-utils
|
||||
|
||||
# tesseract5 # ocr
|
||||
ocrmypdf # pdfocr
|
||||
|
||||
gtkwave
|
||||
bubblewrap
|
||||
|
||||
# ==== Development ==== #
|
||||
(
|
||||
let
|
||||
|
@ -277,11 +256,7 @@ in
|
|||
|
||||
# ==== GUI Softwares ==== #
|
||||
|
||||
eudic
|
||||
|
||||
bibata-cursors
|
||||
gthumb
|
||||
oculante
|
||||
|
||||
(epsonscan2.overrideAttrs (
|
||||
finalAttrs: prevAttrs: {
|
||||
|
@ -289,27 +264,6 @@ in
|
|||
}
|
||||
))
|
||||
|
||||
# Multimedia
|
||||
vlc
|
||||
obs-studio
|
||||
spotify
|
||||
spot
|
||||
# IM
|
||||
element-desktop
|
||||
tdesktop
|
||||
|
||||
# Password manager
|
||||
bitwarden
|
||||
|
||||
# Browser
|
||||
chromium
|
||||
|
||||
# Writting
|
||||
zotero
|
||||
|
||||
# wemeet
|
||||
wemeet
|
||||
|
||||
virt-manager
|
||||
wineWowPackages.waylandFull
|
||||
winetricks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue