remove nano from installation
This commit is contained in:
parent
87597fd9ed
commit
b56c7f8f0e
@ -35,6 +35,8 @@ in
|
|||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
VISUAL = "nvim";
|
VISUAL = "nvim";
|
||||||
};
|
};
|
||||||
|
# remove nano from default packages
|
||||||
|
defaultPackages = [ pkgs.perl pkgs.rsync pkgs.strace ];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "${hostname}"; # Define your hostname.
|
networking.hostName = "${hostname}"; # Define your hostname.
|
||||||
|
@ -47,7 +47,7 @@ in
|
|||||||
libnotify # notifications
|
libnotify # notifications
|
||||||
mako # notification daemon
|
mako # notification daemon
|
||||||
xdg-desktop-portal-hyprland # desktop portal (hyprland fork)
|
xdg-desktop-portal-hyprland # desktop portal (hyprland fork)
|
||||||
neovim # text editor
|
#neovim # text editor
|
||||||
yt-dlp # video downloader
|
yt-dlp # video downloader
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -33,6 +33,3 @@ set fish_color_cwd yellow
|
|||||||
# SSH Agent
|
# SSH Agent
|
||||||
set SSH_AUTH_SOCK "$XDG_RUNTIME_DIR/ssh-agent.socket"
|
set SSH_AUTH_SOCK "$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||||
export SSH_AUTH_SOCK
|
export SSH_AUTH_SOCK
|
||||||
# text editor
|
|
||||||
#set EDITOR nvim
|
|
||||||
#set VISUAL nvim
|
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim # an editor
|
#vim # an editor
|
||||||
|
neovim # text editor
|
||||||
fwupd # firmware updates
|
fwupd # firmware updates
|
||||||
fwupd-efi # firmware updates additional EFI stuff
|
fwupd-efi # firmware updates additional EFI stuff
|
||||||
wget # get stuff from the net
|
wget # get stuff from the net
|
||||||
|
Loading…
Reference in New Issue
Block a user