Restructure to allow for modularity and add home-manager with tmux and git
This commit is contained in:
parent
eff6860aa2
commit
59842a4ba4
9 changed files with 110 additions and 11 deletions
12
packages/sets/basic.nix
Normal file
12
packages/sets/basic.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
fastfetch
|
||||
wget
|
||||
unzip
|
||||
git
|
||||
tree
|
||||
dos2unix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue