rm wl-clipboard pin

This commit is contained in:
Sascha Koenig 2025-05-15 09:31:36 +02:00
parent e0aa2783bb
commit cf731e7309
2 changed files with 28 additions and 1 deletions

View File

@ -98,7 +98,34 @@
agenix.nixosModules.default
];
};
m3-prox-pod = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs outputs;};
system = "x86_64-linux";
modules = [
./hosts/m3-prox-pod
inputs.disko.nixosModules.disko
agenix.nixosModules.default
];
};
};
devShells.x86_64-linux.infraShell = let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in
pkgs.mkShell {
buildInputs = with pkgs; [
opentofu
nixos-anywhere.packages.x86_64-linux.nixos-anywhere
];
shellHook = ''
echo "Infrastructure Management Shell"
echo "Commands:"
echo " - cd infra/proxmox && tofu init"
echo " - tofu plan"
echo " - tofu apply"
'';
};
homeConfigurations = {
"m3tam3re@m3-ares" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."x86_64-linux";

View File

@ -274,7 +274,7 @@ in {
qt6.qtwayland
slurp
waypipe
pinned.wl-clipboard
wl-clipboard
wf-recorder
wl-mirror
wlogout