DEL : appsmith for laptop

ADD : Astrovim but not use
ADD : some packages
This commit is contained in:
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 ./services.nix
./packages.nix ./packages.nix
../modules/prometheus-node.nix ../modules/prometheus-node.nix
./appsmith.nix
]; ];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.

View File

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

View File

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