workstation/config | switch to more better version, plus add cura
This commit is contained in:
parent
2659f3d6ae
commit
edb87a8cc4
1 changed files with 10 additions and 2 deletions
|
|
@ -32,6 +32,13 @@ in
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.utf8";
|
i18n.defaultLocale = "en_US.utf8";
|
||||||
|
i18n.inputMethod = {
|
||||||
|
enabled = "fcitx5";
|
||||||
|
fcitx5.addons = with pkgs; [
|
||||||
|
fcitx5-mozc
|
||||||
|
fcitx5-gtk
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Splash screen
|
# Splash screen
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
|
|
@ -99,6 +106,7 @@ in
|
||||||
btop
|
btop
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
citrix_workspace
|
citrix_workspace
|
||||||
|
cura
|
||||||
darktable
|
darktable
|
||||||
diff-so-fancy
|
diff-so-fancy
|
||||||
dmenu-wayland
|
dmenu-wayland
|
||||||
|
|
@ -111,7 +119,7 @@ in
|
||||||
firefox
|
firefox
|
||||||
flameshot
|
flameshot
|
||||||
font-awesome
|
font-awesome
|
||||||
fractal
|
fractal-next
|
||||||
fuzzel
|
fuzzel
|
||||||
fzf
|
fzf
|
||||||
git-crypt
|
git-crypt
|
||||||
|
|
@ -142,7 +150,7 @@ in
|
||||||
ktimer
|
ktimer
|
||||||
libappindicator
|
libappindicator
|
||||||
libnotify
|
libnotify
|
||||||
libreoffice
|
libreoffice-fresh
|
||||||
links2
|
links2
|
||||||
lsb-release
|
lsb-release
|
||||||
mairix
|
mairix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue