DEL : appsmith for laptop
ADD : Astrovim but not use ADD : some packages
This commit is contained in:
parent
7385ec4edb
commit
d2dfc4b4ec
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue