Add an actual multi-user home configuration
This commit is contained in:
parent
3ebd030fec
commit
991320105d
10
home/comma.nix
Normal file
10
home/comma.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ lib, pkgs, config, inputs, ... } @args:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
inputs.nix-index-database.hmModules.nix-index
|
||||||
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
comma
|
||||||
|
];
|
||||||
|
}
|
@ -1,2 +1,6 @@
|
|||||||
{ config, lib, pkgs, ... }@args:
|
{ config, lib, pkgs, ... }@args:
|
||||||
{ }
|
{
|
||||||
|
imports = [
|
||||||
|
./comma.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user