Final commit to this repo
This commit is contained in:
parent
35f3962002
commit
ac1df9256b
@ -120,7 +120,7 @@
|
||||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/c5cc311133c2e87cbf776df8b5297022c3c42e08";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
|
||||
home-manager = {
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
};
|
||||
sharedModules = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
ide = {
|
||||
python.enable = true;
|
||||
go.enable = true;
|
||||
csharp.enable = true;
|
||||
csharp.enable = false;
|
||||
cpp.enable = false;
|
||||
web.enable = true;
|
||||
};
|
||||
|
||||
@ -231,7 +231,5 @@
|
||||
#(writeShellScriptBin "windowpin")
|
||||
])
|
||||
++ (with pkgs-stable; [
|
||||
pavucontrol
|
||||
nautilus
|
||||
]);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user