muhehe >:3
This commit is contained in:
parent
2adaf45fd9
commit
08e6e2305d
2 changed files with 20 additions and 0 deletions
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