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 ];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home.username = "giulio";
|
||||
@ -48,6 +45,9 @@ in {
|
||||
|
||||
# reversing
|
||||
rizin
|
||||
|
||||
# networking
|
||||
nmap
|
||||
|
||||
# development
|
||||
clang
|
||||
@ -64,6 +64,9 @@ in {
|
||||
|
||||
# misc
|
||||
bind
|
||||
|
||||
# system
|
||||
gparted
|
||||
|
||||
# autostart
|
||||
albert_autostart
|
||||
|
Loading…
Reference in New Issue
Block a user