Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre LUCAZEAU 1c83e1e487
Merge branch 'main' of git.atlanticaweb.fr:alexandre/nixos-config 2022-11-23 21:14:48 +01:00
Alexandre LUCAZEAU d2dfc4b4ec
DEL : appsmith for laptop
ADD : Astrovim but not use
ADD : some packages
2022-11-23 21:13:35 +01:00
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"
];
}