Commit for generation 212
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user