remodel begin
This commit is contained in:
@@ -112,7 +112,8 @@
|
||||
homebox = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inputs = inputs // {
|
||||
nathan-home-manager = import ./home-manager/nathan;
|
||||
nathan = import ./home-manager/users/nathan;
|
||||
home-manager-config = import ./home-manager;
|
||||
tokyo-night-sddm-theme = self.tokyo-night-sddm-theme;
|
||||
inherit self;
|
||||
};
|
||||
@@ -126,8 +127,10 @@
|
||||
laptop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inputs = inputs // {
|
||||
nathan-home-manager = import ./home-manager/nathan;
|
||||
nathan = import ./home-manager/users/nathan;
|
||||
home-manager-config = import ./home-manager;
|
||||
tokyo-night-sddm-theme = self.tokyo-night-sddm-theme;
|
||||
inherit self;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user