Deck 2
This commit is contained in:
parent
0fe9222e42
commit
63ca02f6dc
1 changed files with 2 additions and 1 deletions
|
@ -566,9 +566,10 @@
|
|||
homeConfigurations = {
|
||||
"deck" = let
|
||||
system = "x86_64-linux";
|
||||
pkgs = pkgsFor system;
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = pkgsFor system;
|
||||
inherit pkgs;
|
||||
modules = with homeManagerModules; [
|
||||
common
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue