Skip to content

Commit

Permalink
(lix) look how this is behaving
Browse files Browse the repository at this point in the history
  • Loading branch information
fbegyn committed Jul 11, 2024
1 parent fd8bce7 commit a5b44ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

flake-utils.url = "github:numtide/flake-utils";
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};

home-manager = {
url = "github:nix-community/home-manager/release-24.05";
Expand Down Expand Up @@ -65,6 +69,7 @@
flake-utils,
home-manager,
home-manager-unstable,
lix-module,
agenix,
devshell,
emacs-overlay,
Expand Down Expand Up @@ -102,6 +107,7 @@
emacs-overlay.overlay
];
})
lix-module.nixosModules.default
agenix.nixosModules.age
home-manager.nixosModules.home-manager ({config, ...}: {
home-manager.useGlobalPkgs = true;
Expand All @@ -122,6 +128,7 @@
emacs-overlay.overlay
];
})
lix-module.nixosModules.default
agenix.darwinModules.age
home-manager-unstable.darwinModules.home-manager ({config, ...}: {
home-manager.useGlobalPkgs = true;
Expand Down

0 comments on commit a5b44ab

Please sign in to comment.