fix all the shits
This commit is contained in:
parent
c15f7a253f
commit
5c2458a905
12 changed files with 70 additions and 29 deletions
24
modules/desktop/core/default.nix
Normal file
24
modules/desktop/core/default.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
||||
cfg = config.core;
|
||||
in {
|
||||
imports = [./gaming.nix ./desktop.nix];
|
||||
|
||||
config = {
|
||||
environment.systemPackages = with pkgs; [
|
||||
btop
|
||||
git
|
||||
wget
|
||||
];
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = "/home/brandon/.nixos-conf";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue