DEL : appsmith for laptop

ADD : Astrovim but not use
ADD : some packages
main
Alexandre LUCAZEAU 2022-11-23 21:13:35 +01:00
parent 7385ec4edb
commit d2dfc4b4ec
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
3 changed files with 8 additions and 2 deletions

View File

@ -12,7 +12,6 @@
./services.nix
./packages.nix
../modules/prometheus-node.nix
./appsmith.nix
];
# Use the systemd-boot EFI boot loader.

View File

@ -10,6 +10,7 @@
./mails.nix
./dunst.nix
./bat.nix
./AstroNvim.nix
# ./redshift.nix
# ../../../modules/neovim.nix
../../../modules/rust.nix

View File

@ -48,7 +48,6 @@
neovim
python3
mtr
ferdi
powertop
unar # like 7z
nmap
@ -60,5 +59,12 @@
vagrant
zellij
guake
dig
vlc
ferdi
pinta
];
nixpkgs.config.permittedInsecurePackages = [
"ferdi-5.8.1"
];
}