add browser extensions
This commit is contained in:
parent
2800687662
commit
0015c62414
3 changed files with 33 additions and 16 deletions
|
|
@ -3,21 +3,26 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
|
||||
cfg = config.core;
|
||||
in {
|
||||
imports = [./gaming.nix ./desktop.nix];
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./gaming.nix
|
||||
./desktop.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
environment.systemPackages = with pkgs; [
|
||||
btop
|
||||
wget
|
||||
];
|
||||
programs= {
|
||||
programs = {
|
||||
nh = {
|
||||
enable = true;
|
||||
flake = "/home/brandon/.nixos-conf";
|
||||
enable = true;
|
||||
flake = "/home/brandon/.nixos-conf";
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
|
|
@ -30,5 +35,5 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue