diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 1d0c237..55180ae 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -8,6 +8,7 @@ ... }: { imports = import ../modules/desktops; + users.users.${vars.user} = { # System User isNormalUser = true; @@ -73,6 +74,7 @@ kochi-substitute source-code-pro ttf_bitstream_vera + inter (nerdfonts.override { # Nerdfont Icons override fonts = [ @@ -104,6 +106,7 @@ usbutils # Manage USB wget # Retriever bat + lazygit # Video/Audio alsa-utils # Audio Control diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 32d2d59..5d0e429 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -49,6 +49,8 @@ discord # Messaging obs-studio # Live Streaming simple-scan # Scanning + easyeffects + firefox ]; }; }