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