Change packages: -rustdesk, -logseq, +gimp
This commit is contained in:
parent
770b184573
commit
3f8c8df90a
2 changed files with 10 additions and 5 deletions
hosts/default
|
@ -243,11 +243,12 @@
|
|||
# why did these two disappear???
|
||||
usbutils # provide lsusb, etc.
|
||||
pciutils # provide lspci, etc.
|
||||
rustdesk # the rustdesk remote desktop client
|
||||
#rustdesk # the rustdesk remote desktop client
|
||||
vorta # borg backup UI
|
||||
ncdu # nncurses tool for examining disk usage
|
||||
psmisc # process tools like killall
|
||||
corectrl # provide hardware clock controls for AMDGPU
|
||||
gimp # GIMP image manipulation proggy
|
||||
];
|
||||
programs.zsh.enable = true;
|
||||
programs.git = {
|
||||
|
@ -259,9 +260,9 @@
|
|||
# enable = true;
|
||||
# openFirewall = true; # This is set true by default
|
||||
#};
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-27.3.11"
|
||||
];
|
||||
#nixpkgs.config.permittedInsecurePackages = [
|
||||
# "electron-27.3.11"
|
||||
#];
|
||||
fonts.packages = with pkgs; [
|
||||
anonymousPro
|
||||
corefonts
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
let
|
||||
cfg = config.main-user;
|
||||
# Create a customized version of logseq
|
||||
# logseq-patch = pkgs.logseq.override {
|
||||
# electron_27 = pkgs.electron_34;
|
||||
# };
|
||||
in
|
||||
{
|
||||
options.main-user = {
|
||||
|
@ -28,7 +32,7 @@ in
|
|||
keepassxc # passwords!
|
||||
macchina # like *fetch - display basics
|
||||
z-lua # jump around directories (be careful with same-named ones!)
|
||||
logseq # REQUIRES TEMPORARY INSECURE ELECTRON
|
||||
# logseq-patch # REQUIRES TEMPORARY INSECURE ELECTRON
|
||||
signal-desktop # messaging
|
||||
ddev # local docker dev awesome
|
||||
vscodium # vs code editor, but free
|
||||
|
|
Loading…
Add table
Reference in a new issue