chore: remove unused configuration and flakes

This commit is contained in:
Nickolaj Jepsen 2025-08-23 17:28:04 +02:00
parent b02ef14ef1
commit ba100b98ba
6 changed files with 2 additions and 102 deletions

80
flake.lock generated
View file

@ -91,27 +91,6 @@
"type": "github"
}
},
"claude-desktop": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1753539450,
"narHash": "sha256-JtFQDEnieVtxzfcCo7/TjseMdmhokKkwNKPm525RHBA=",
"owner": "k3d3",
"repo": "claude-desktop-linux-flake",
"rev": "276188d7200d2840d75729524b4950eadcfcdd7d",
"type": "github"
},
"original": {
"owner": "k3d3",
"repo": "claude-desktop-linux-flake",
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
@ -312,24 +291,6 @@
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_3"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
@ -474,7 +435,7 @@
},
"nix-vscode-extensions": {
"inputs": {
"flake-utils": "flake-utils_2",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs_2"
},
"locked": {
@ -698,7 +659,6 @@
"inputs": {
"agenix": "agenix",
"agenix-rekey": "agenix-rekey",
"claude-desktop": "claude-desktop",
"disko": "disko",
"fireproof-shell": "fireproof-shell",
"flake-parts": "flake-parts_3",
@ -711,8 +671,7 @@
"nixpkgs": "nixpkgs_3",
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
"treefmt-nix": "treefmt-nix_3",
"zwift": "zwift"
"treefmt-nix": "treefmt-nix_3"
}
},
"systems": {
@ -745,21 +704,6 @@
"type": "github"
}
},
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
@ -849,26 +793,6 @@
"repo": "xwayland-satellite",
"type": "github"
}
},
"zwift": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1753371354,
"narHash": "sha256-u3SHfXQXCkMJN6vV8uHS+ts/idZ3VMmDrL/BBqj/k6w=",
"owner": "netbrain",
"repo": "zwift",
"rev": "31f4bbcb40603c466b255d298da99ed579ddd06c",
"type": "github"
},
"original": {
"owner": "netbrain",
"repo": "zwift",
"type": "github"
}
}
},
"root": "root",

View file

@ -53,13 +53,7 @@
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
claude-desktop.url = "github:k3d3/claude-desktop-linux-flake";
claude-desktop.inputs.nixpkgs.follows = "nixpkgs";
niri.url = "github:sodiboo/niri-flake";
niri.inputs.nixpkgs.follows = "nixpkgs";
zwift.url = "github:netbrain/zwift";
zwift.inputs.nixpkgs.follows = "nixpkgs";
};
}

View file

@ -40,7 +40,6 @@ with lib; let
inputs.nixos-facter-modules.nixosModules.facter
inputs.fireproof-shell.nixosModules.default
inputs.niri.nixosModules.niri
inputs.zwift.nixosModules.zwift
../modules/base
../modules/programs
(mkSystemImports hostname)

View file

@ -1,7 +0,0 @@
_: {
programs.zwift.enable = true;
hardware.nvidia-container-toolkit.enable = true;
environment.variables = {
WINE_EXPERIMENTAL_WAYLAND = "1";
};
}

View file

@ -1,9 +0,0 @@
{
inputs,
pkgs,
...
}: {
environment.systemPackages = [
inputs.claude-desktop.packages.${pkgs.system}.claude-desktop-with-fhs
];
}

View file

@ -18,7 +18,6 @@
./apps/ghostty.nix
./apps/slack.nix
./apps/obsidian.nix
./apps/claude.nix
./apps/ferdium.nix
];
}