Additions for work machine
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
|
||||
outputs = { nixpkgs, home-manager, ... }:
|
||||
let
|
||||
system = "x86_64-darwin";
|
||||
#system = "x86_64-darwin";
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
homeConfigurations = {
|
||||
@ -24,7 +25,7 @@
|
||||
./user/task.nix
|
||||
];
|
||||
};
|
||||
"work" = home-manager.lib.homeManagerConfiguration {
|
||||
"pan" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user