Going insane Part 2
This commit is contained in:
parent
71df04cd20
commit
6e81c396c4
1 changed files with 15 additions and 0 deletions
|
|
@ -3,9 +3,24 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
stylix.url = "github:danth/stylix";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
||||
/*
|
||||
homeConfigurations = {
|
||||
mecca = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./common.nix
|
||||
./mecca/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
nixosConfigurations = {
|
||||
mecca = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue