improve homeConfigurations files
This commit is contained in:
parent
80b1246ad8
commit
1f9812fea0
2 changed files with 29 additions and 31 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ inputs, lib, ... }:
|
||||
|
||||
{
|
||||
flake."user@io" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
flake.homeConfigurations."user@io" = {
|
||||
pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
cli
|
||||
desktop
|
||||
|
||||
# other aspect
|
||||
# other aspects
|
||||
stylix
|
||||
niri
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
{ inputs, lib, ... }:
|
||||
|
||||
{
|
||||
flake.homeConfigurations = {
|
||||
"user@rotterdam" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
flake.homeConfigurations."user@rotterdam" = {
|
||||
pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
|
|
@ -31,5 +30,4 @@
|
|||
niri
|
||||
]);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue