stuffs
This commit is contained in:
17
flake.nix
17
flake.nix
@@ -113,6 +113,8 @@
|
||||
inputs.nixpkgs.follows = "nas-nixpkgs";
|
||||
};
|
||||
|
||||
nas-nixai.url = "github:olafkfreund/nix-ai-help";
|
||||
|
||||
#####################################################
|
||||
# pi5 #
|
||||
#####################################################
|
||||
@@ -146,6 +148,8 @@
|
||||
|
||||
nixos-raspberrypi.url = "github:nvmd/nixos-raspberrypi";
|
||||
|
||||
nas-nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
|
||||
|
||||
#####################################################
|
||||
# pi4 #
|
||||
#####################################################
|
||||
@@ -262,6 +266,8 @@
|
||||
# Common #
|
||||
#####################################################
|
||||
|
||||
edit.url = "git+https://gitea.mjallen.dev/mjallen/ms-edit-nix";
|
||||
|
||||
nixpkgs-unstable = {
|
||||
url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
};
|
||||
@@ -296,6 +302,8 @@
|
||||
nas-lanzaboote,
|
||||
nas-nixos-hardware,
|
||||
nas-sops-nix,
|
||||
nas-nixai,
|
||||
nas-nix-vscode-extensions,
|
||||
|
||||
# pi5
|
||||
pi5-nixpkgs,
|
||||
@@ -330,6 +338,7 @@
|
||||
nix-darwin,
|
||||
|
||||
# Common
|
||||
edit,
|
||||
nixpkgs-unstable,
|
||||
nixpkgs-stable,
|
||||
}@inputs:
|
||||
@@ -484,6 +493,8 @@
|
||||
|
||||
nas-cosmic.nixosModules.default
|
||||
|
||||
# nas-nixai.nixosModules.x86_64-linux.default
|
||||
|
||||
nas-home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = false;
|
||||
@@ -499,6 +510,7 @@
|
||||
./share/home/shell.nix
|
||||
./share/home/vscode.nix
|
||||
nas-sops-nix.homeManagerModules.sops
|
||||
# nas-nixai.homeManagerModules.x86_64-linux.default
|
||||
];
|
||||
};
|
||||
home-manager.users.root =
|
||||
@@ -522,7 +534,10 @@
|
||||
(
|
||||
{ ... }:
|
||||
{
|
||||
nixpkgs.overlays = [ nas-crowdsec.overlays.default ];
|
||||
nixpkgs.overlays = [
|
||||
nas-crowdsec.overlays.default
|
||||
nas-nix-vscode-extensions.overlays.default
|
||||
];
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user