more things
This commit is contained in:
33
flake.nix
33
flake.nix
@@ -3,23 +3,14 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
#nixpkgs.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs?ref=nixos-24.11";
|
||||
|
||||
nixpkgs-us.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
#nixpkgs-us.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs?ref=nixos-unstable";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
#url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/home-manager?ref=release-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager-us = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
#url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/home-manager?ref=release-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs-us";
|
||||
};
|
||||
|
||||
nix-on-droid = {
|
||||
url = "github:nix-community/nix-on-droid";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -47,10 +38,8 @@
|
||||
#simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";
|
||||
|
||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
#hyprland.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/hyprland?submodules=1";
|
||||
|
||||
nixvim.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai";
|
||||
#nixvim.url = "git+https://gitea.blunkall.us/Blunkall-Technologies/Moirai";
|
||||
nixvim.url = "git+https://gitea.blunkall.us/Blunkall-Technologies/Moirai";
|
||||
|
||||
};
|
||||
|
||||
@@ -101,7 +90,7 @@
|
||||
system = "aarch64-linux";
|
||||
specialArgs = {
|
||||
inputs = inputs // {
|
||||
nathan-home-manager = import ./home-manager/users/nathan;
|
||||
nathan = import ./home-manager/users/nathan;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
@@ -113,7 +102,7 @@
|
||||
live = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inputs = inputs // {
|
||||
nathan-home-manager = import ./home-manager/users/nathan;
|
||||
nathan = import ./home-manager/users/nathan;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
@@ -125,11 +114,23 @@
|
||||
container = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inputs = inputs // {
|
||||
nathan-home-manager = import ./home-manager/users/nathan;
|
||||
nathan = import ./home-manager/users/nathan;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
./system-config/configuration/sandbox-nathan
|
||||
./system-config/configuration/containers/nathan
|
||||
./system-config
|
||||
];
|
||||
};
|
||||
|
||||
iso = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inputs = inputs // {
|
||||
nathan = import ./home-manager/users/nathan;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
./system-config/configuration/iso
|
||||
./system-config
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user