mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 16:02:41 +00:00
rename to netty
This commit is contained in:
parent
02a0f0fb64
commit
c056cd2919
7 changed files with 4 additions and 4 deletions
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}: let
|
||||
packageSets = import ../../lib/package-sets.nix {inherit inputs lib pkgs;};
|
||||
in {
|
||||
imports = [
|
||||
../../home/linux.nix
|
||||
];
|
||||
|
||||
targets.genericLinux.enable = true;
|
||||
|
||||
home = {
|
||||
inherit username;
|
||||
homeDirectory = "/home/${username}";
|
||||
packages = packageSets.core ++ packageSets.extras;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue