Support generic and minimal home-manager installs
This commit is contained in:
parent
10c6af76f2
commit
61e9f7c417
4 changed files with 14 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
attrs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
@ -9,8 +8,6 @@
|
|||
../shared/wayland/default.nix
|
||||
];
|
||||
home = {
|
||||
inherit (attrs) username;
|
||||
homeDirectory = "/home/" + attrs.username;
|
||||
packages = with pkgs; [
|
||||
# gaming
|
||||
steam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue