diff options
author | polwex <code@yago.one> | 2025-02-21 08:59:27 +0000 |
---|---|---|
committer | polwex <code@yago.one> | 2025-02-21 08:59:27 +0000 |
commit | c0be55eb72fdad38de6e1c72a52b1500216c3043 (patch) | |
tree | c053679bb21a023e115a0ab5f96d7926bd05d3c2 /flake.nix | |
parent | fb39334bcdac65a1ff1d95e7e4db2e28eabcc2d6 (diff) | |
parent | 59ab4467b69f3ba455ef23163cfc4543338d8a41 (diff) |
Merge pull request 'nvidia-wayland' (#1) from nvidia-wayland into master
Reviewed-on: https://git.sortug.com/polwex/nixconf/pulls/1
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -70,6 +70,15 @@ url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; inputs.nixpkgs.follows = "nixpkgs"; }; + claude-desktop = { + url = "git:file:/home/y/code/nix/claude-desktop-linux-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-utils.follows = "flake-utils"; + }; + windsurf = { + url = "path:derivations/windsurf"; + inputs.nixpkgs.follows = "nixpkgs"; + }; ############# non flakes ############ @@ -78,12 +87,6 @@ flake = false; }; - claude-desktop = { - url = "github:k3d3/claude-desktop-linux-flake"; - inputs.nixpkgs.follows = "nixpkgs-unfree"; - inputs.flake-utils.follows = "flake-utils"; - }; - ########### secrets ################# # mysecrets = { # url = "git+ssh://git@git.sortug.com/polwex/nix-secrets.git"; @@ -92,6 +95,11 @@ ########### this fucking guy ######## nixos-rk3588.url = "github:ryan4yin/nixos-rk3588"; + + devenv = { + url = "github:cachix/devenv"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = inputs: import ./outputs.nix inputs; } |