WIP: Steam deck config
This commit is contained in:
parent
06d2d535e0
commit
074bccdb21
2 changed files with 53 additions and 0 deletions
|
|
@ -42,5 +42,11 @@
|
|||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [./hosts/dnsc-air];
|
||||
};
|
||||
|
||||
homeConfigurations."dnsc-deck" = home-manager.lib.homeManagerConfiguration {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [ ./home/deck.nix ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue