Upgrade to 25.05
This commit is contained in:
@ -14,7 +14,7 @@ in {
|
||||
"ssh" = "TERM=xterm-256color ${pkgs.openssh}/bin/ssh";
|
||||
"top" = "btop";
|
||||
};
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
sopsu() {nix-shell -p sops --run "sops updatekeys $1";}
|
||||
sopsn() {nix-shell -p sops --run "sops $1";}
|
||||
'';
|
||||
|
@ -5,7 +5,7 @@
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
#profiles.default = {
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
bbenoist.nix
|
||||
esbenp.prettier-vscode
|
||||
golang.go
|
||||
|
@ -4,7 +4,7 @@ in {
|
||||
config = lib.mkIf cfg {
|
||||
# sound.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
hardware.pulseaudio.enable = false; #25.05 change to services
|
||||
services.pulseaudio.enable = false; #25.05 change to services
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
Reference in New Issue
Block a user