mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:36:13 +01:00
split into multiple files, added dwm
This commit is contained in:
20
hosts/common/packages.nix
Normal file
20
hosts/common/packages.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = (with pkgs; [
|
||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
# wget
|
||||
ntfs3g
|
||||
dosfstools
|
||||
unstable.nh
|
||||
nix-output-monitor
|
||||
nvd
|
||||
]);
|
||||
|
||||
fonts.packages = with pkgs; [ nerdfonts ];
|
||||
}
|
||||
Reference in New Issue
Block a user