Refactor package management into modular Nix configuration
This commit is contained in:
11
modules/core/packages/terminal.nix
Normal file
11
modules/core/packages/terminal.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
cmatrix
|
||||
cowsay
|
||||
sl
|
||||
fortune
|
||||
lolcat
|
||||
eza
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user