muhehe >:3
This commit is contained in:
parent
2adaf45fd9
commit
08e6e2305d
2 changed files with 20 additions and 0 deletions
11
flake.nix
Normal file
11
flake.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
inputs = {
|
||||||
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
flake-parts.url = "github:/hercules-cli/flake-parts";
|
||||||
|
import-tree.url = "github:vic/import-tree";
|
||||||
|
};
|
||||||
|
|
||||||
|
outputs = inputs:
|
||||||
|
inputs.flake-parts.lib.mkFlake {inherit inputs;}
|
||||||
|
(inputs.import-tree ./modules);
|
||||||
|
}
|
||||||
9
modules/firefox&helix.nix
Normal file
9
modules/firefox&helix.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{inputs, ...}: {
|
||||||
|
flake.nixosModules.firefoxHelix = {pkgs, ...}: {
|
||||||
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
helix
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue