Final commit to this repo
This commit is contained in:
parent
35f3962002
commit
ac1df9256b
@ -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 = {
|
||||||
|
|||||||
@ -24,7 +24,6 @@
|
|||||||
};
|
};
|
||||||
sharedModules = [
|
sharedModules = [
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
inputs.plasma-manager.homeManagerModules.plasma-manager
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -231,7 +231,5 @@
|
|||||||
#(writeShellScriptBin "windowpin")
|
#(writeShellScriptBin "windowpin")
|
||||||
])
|
])
|
||||||
++ (with pkgs-stable; [
|
++ (with pkgs-stable; [
|
||||||
pavucontrol
|
]);
|
||||||
nautilus
|
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user