flake: create common.nix for common options for all hosts
This commit is contained in:
parent
a3edf577dc
commit
1035c45548
3 changed files with 48 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
{, ...}: rec {
|
||||
module = {
|
||||
config = {
|
||||
environment.sessionVariables.EDITOR = "hx";
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit (packages) fish helix;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue