restructured directories + modularized btrfs mount
This commit is contained in:
10
bundles/dev/nix.nix
Normal file
10
bundles/dev/nix.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.jawz.packages = with pkgs; ([
|
||||
expect # keep color when nom'ing
|
||||
nix-output-monitor # autistic nix builds
|
||||
nixfmt # linting
|
||||
cachix # why spend time compiling?
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user