mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 07:38:19 +01:00
laptop: config updates
This commit is contained in:
parent
093fe30a9d
commit
a641884912
2 changed files with 3 additions and 3 deletions
|
|
@ -290,7 +290,7 @@ in
|
|||
# services.printing.enable = true;
|
||||
|
||||
# Enable sound.
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
@ -403,7 +403,7 @@ in
|
|||
];
|
||||
|
||||
environment.variables.EDITOR = "vim";
|
||||
environment.variables.FLAKE = "/home/lgm/nixos-cfg?submodules=1";
|
||||
environment.variables.NH_FLAKE = "/home/lgm/nixos-cfg";
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@
|
|||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
jnoortheen.nix-ide
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue