diff --git a/users/infinidoge/default.nix b/users/infinidoge/default.nix index 5310395..e0472fc 100644 --- a/users/infinidoge/default.nix +++ b/users/infinidoge/default.nix @@ -9,13 +9,46 @@ discord-plugged hydrus + + firefox + + neofetch ]; }; environment.systemPackages = with pkgs; [ + wget + vim + htop + ffmpeg + ntfs3g + unzip + + + libsForQt5.dolphin + gnome3.adwaita-icon-theme + adwaita-qt + lxappearance ]; + programs = { + dconf.enable = true; + qt5ct.enable = true; + }; + + fonts = { + fonts = with pkgs; [ + dejavu_fonts + (nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) + ]; + + fontconfig.defaultFonts = { + monospace = [ "DejaVuSansMono" ]; + sansSerif = [ "DejaVu Sans" ]; + }; + }; + users.users.infinidoge = { uid = 1000; hashedPassword =