Commit for generation 212

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

View File

@@ -22,12 +22,15 @@
}; };
}; };
programs.nix-ld = { programs = {
enable = true; zsh.enable = true;
libraries = with pkgs; [ nix-ld = {
stdenv.cc.cc enable = true;
ffmpeg-full libraries = with pkgs; [
]; stdenv.cc.cc
ffmpeg-full
];
};
}; };
environment = { environment = {
@@ -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