1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2025-01-01 15:52:39 -05:00
parent 55384a11ad
commit 5dadf60db8
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
5 changed files with 33 additions and 13 deletions

View file

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
@ -26,7 +27,6 @@
specialArgs = { inherit inputs; };
modules = [
./hosts/ioides/configuration.nix
(import ./overlays)
];
};
@ -35,7 +35,6 @@
specialArgs = { inherit inputs; };
modules = [
./hosts/qemu/configuration.nix
(import ./overlays)
];
};
};
@ -45,7 +44,6 @@
extraSpecialArgs = { inherit inputs; };
modules = [
./home
(import ./overlays)
];
};
};