mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
finished fastfetch module
This commit is contained in:
@@ -111,10 +111,6 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
wget
|
||||
warpinator # used to send files via Lan between Linux systems
|
||||
#zoxide # better cd moved into home-manager
|
||||
fastfetch
|
||||
#git #enabled in home-manager
|
||||
tree # shows dir in tree
|
||||
zsh # better bash
|
||||
];
|
||||
|
||||
@@ -9,6 +9,7 @@ imports = [
|
||||
../../modules/home-manager/zsh.nix # better bash
|
||||
../../modules/home-manager/git.nix
|
||||
../../modules/home-manager/ssh.nix
|
||||
../../modules/home-manager/fastfetch.nix
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user