added nmap, gparted. use system home manager
This commit is contained in:
parent
b37d418816
commit
8fc9f4effa
@ -18,9 +18,6 @@ in {
|
|||||||
|
|
||||||
imports = [ ./git.nix ./gnome.nix ./zsh.nix ./code.nix ];
|
imports = [ ./git.nix ./gnome.nix ./zsh.nix ./code.nix ];
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
|
||||||
programs.home-manager.enable = true;
|
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the
|
# Home Manager needs a bit of information about you and the
|
||||||
# paths it should manage.
|
# paths it should manage.
|
||||||
home.username = "giulio";
|
home.username = "giulio";
|
||||||
@ -48,6 +45,9 @@ in {
|
|||||||
|
|
||||||
# reversing
|
# reversing
|
||||||
rizin
|
rizin
|
||||||
|
|
||||||
|
# networking
|
||||||
|
nmap
|
||||||
|
|
||||||
# development
|
# development
|
||||||
clang
|
clang
|
||||||
@ -64,6 +64,9 @@ in {
|
|||||||
|
|
||||||
# misc
|
# misc
|
||||||
bind
|
bind
|
||||||
|
|
||||||
|
# system
|
||||||
|
gparted
|
||||||
|
|
||||||
# autostart
|
# autostart
|
||||||
albert_autostart
|
albert_autostart
|
||||||
|
Loading…
Reference in New Issue
Block a user