Final commit to this repo

This commit is contained in:
foglar 2025-05-09 17:12:45 +02:00
parent 35f3962002
commit ac1df9256b
4 changed files with 3 additions and 6 deletions

View File

@ -120,7 +120,7 @@
}; };
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/c5cc311133c2e87cbf776df8b5297022c3c42e08";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
home-manager = { home-manager = {

View File

@ -24,7 +24,6 @@
}; };
sharedModules = [ sharedModules = [
inputs.sops-nix.homeManagerModules.sops inputs.sops-nix.homeManagerModules.sops
inputs.plasma-manager.homeManagerModules.plasma-manager
]; ];
}; };

View File

@ -48,7 +48,7 @@
ide = { ide = {
python.enable = true; python.enable = true;
go.enable = true; go.enable = true;
csharp.enable = true; csharp.enable = false;
cpp.enable = false; cpp.enable = false;
web.enable = true; web.enable = true;
}; };

View File

@ -231,7 +231,5 @@
#(writeShellScriptBin "windowpin") #(writeShellScriptBin "windowpin")
]) ])
++ (with pkgs-stable; [ ++ (with pkgs-stable; [
pavucontrol ]);
nautilus
]);
} }