enable plymouth and hide nixos stage 1 prints

This commit is contained in:
mjallen18
2025-02-10 14:20:19 -06:00
parent da5d2a2704
commit 1959b82275
3 changed files with 97 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
let
shellAliases = {
ll = "ls -alh";
@@ -58,68 +58,22 @@ in
programs.command-not-found.enable = true;
# home.packages = with pkgs; [
# age
# apple-cursor
# bottles
# chromium
# colloid-icon-theme
# colloid-gtk-theme
# unstable.compose2nix
# coolercontrol.coolercontrol-gui
# deadnix
# discord
# fastfetch
# firefox
# freerdp
# gamescope
# gamescope-wsi
# gnome-tweaks
# gnomeExtensions.appindicator
# gnomeExtensions.arcmenu
# gnomeExtensions.dash-to-dock
# gnomeExtensions.dash-to-panel
# gnomeExtensions.tiling-assistant
# google-chrome
# goverlay
# heroic
# home-manager
# jq
# libreoffice-qt6-fresh
# lm_sensors
# lutris
# mangohud
# morph
# nextcloud-client
# nixfmt-rfc-style
# orca-slicer
# papirus-icon-theme
# piper
# pop-gtk-theme
# prismlauncher
# protonup
# protontricks
# protonvpn-gui
# protonvpn-gui
# python3
# python312Packages.tox
# python312Packages.setuptools
# python312Packages.pytest
# python312Packages.pytest-cov
# python312Packages.pyaml
# qmk
# remmina
# smile
# sops
# spotify
# ssh-to-pgp
# tree
# unigine-heaven
# vesktop
# via
# virt-manager
# vmware-horizon-client
# vorta
# vscode
# ];
home.packages = with pkgs; [
age
chromium
dolphin-emu
fastfetch
heroic
lm_sensors
mgba
nextcloud-client
nixfmt-rfc-style
prismlauncher
protonup
ryujinx-greemdev
sops
vesktop
vmware-horizon-client
vscode
];
}