Big refactor, test first
This commit is contained in:
parent
fa6a06c51e
commit
f7b36ba224
30 changed files with 76 additions and 30 deletions
30
nixos/shared/packages/default.nix
Normal file
30
nixos/shared/packages/default.nix
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# System tools
|
||||
age
|
||||
alejandra
|
||||
git
|
||||
git-filter-repo
|
||||
home-manager
|
||||
htop
|
||||
neofetch
|
||||
oh-my-zsh
|
||||
rsync
|
||||
spacevim
|
||||
wget
|
||||
zsh
|
||||
tldr
|
||||
|
||||
# System libraries
|
||||
noto-fonts
|
||||
noto-fonts-emoji-blob-bin
|
||||
noto-fonts-emoji
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue