From 9fda00dc2a57151734854082fb92f1252b8438d4 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Wed, 9 Oct 2024 02:26:55 -0400 Subject: [PATCH] Commit for generation 212 --- glasshouse-desktop/configuration.nix | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/glasshouse-desktop/configuration.nix b/glasshouse-desktop/configuration.nix index 72bbbc0..9713726 100644 --- a/glasshouse-desktop/configuration.nix +++ b/glasshouse-desktop/configuration.nix @@ -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