mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -18,17 +18,6 @@ let
|
||||
self.nixosModules.software.beets
|
||||
self.nixosModules.server.open-webui
|
||||
self.homeConfigurations.default.nixosModule
|
||||
# (self.homeConfigurations.default.nixosModule {
|
||||
# inherit inputs;
|
||||
# config.device.type = deviceType;
|
||||
# })
|
||||
# ( {
|
||||
# extraSpecialArgs = {
|
||||
# inherit inputs;
|
||||
# inherit (config.device) type;
|
||||
# #deviceType = config.device.type;
|
||||
# };
|
||||
# })
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
|
||||
Reference in New Issue
Block a user