Commit for generation 212

This commit is contained in:
2024-10-09 02:26:55 -04:00
parent 59989a3f7b
commit 9fda00dc2a

View File

@@ -22,13 +22,16 @@
}; };
}; };
programs.nix-ld = { programs = {
zsh.enable = true;
nix-ld = {
enable = true; enable = true;
libraries = with pkgs; [ libraries = with pkgs; [
stdenv.cc.cc stdenv.cc.cc
ffmpeg-full ffmpeg-full
]; ];
}; };
};
environment = { environment = {
variables = { variables = {
@@ -73,7 +76,7 @@ pagedmov ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/nixos-rebuild
''; '';
users.users.pagedmov = { users.users.pagedmov = {
isNormalUser = true; isNormalUser = true;
defaultUserShell = pkgs.zsh; shell = pkgs.zsh;
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" ]; # Enable sudo for the user.
}; };
@@ -92,7 +95,6 @@ pagedmov ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/nixos-rebuild
wget wget
alsa-utils alsa-utils
alsa-lib alsa-lib
zsh
git git
kitty kitty
xwaylandvideobridge xwaylandvideobridge