bunch of stuff

This commit is contained in:
cswimr 2025-04-11 21:29:46 -05:00
parent 170638d607
commit f522a597dc
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
9 changed files with 106 additions and 39 deletions

View file

@ -4,6 +4,7 @@
stable.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
staging-next.url = "github:NixOS/nixpkgs/staging-next";
copilot-lsp-fix.url = "github:arunoruto/nixpkgs/copilot-language-server-fhs";
cosmic.url = "github:lilyinstarlight/nixos-cosmic";
home-manager = {
url = "github:nix-community/home-manager/master";
@ -61,6 +62,10 @@
inherit system;
config.allowUnfree = true;
};
copilot-lsp-fix = import inputs.copilot-lsp-fix {
inherit system;
config.allowUnfree = true;
};
in
{
nixosConfigurations = {
@ -69,6 +74,7 @@
specialArgs = {
inherit inputs;
inherit stablePkgs;
inherit copilot-lsp-fix;
system = system;
hostname = "eclipse";
user = user;