added mini and some other stuff
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
{
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowBroken = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
signal-desktop
|
||||
@ -32,8 +33,13 @@
|
||||
transmission-gtk
|
||||
bitwarden
|
||||
libreoffice
|
||||
etcher
|
||||
mangohud
|
||||
minecraft
|
||||
];
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
fonts = {
|
||||
enableDefaultFonts = true;
|
||||
fontDir.enable = true;
|
||||
@ -63,8 +69,6 @@
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
nixpkgs.config.chromium.commandLineArgs = "--enable-features=WebUIDarkMode,NativeNotifications,VaapiVideoDecoder --ignore-gpu-blocklist --use-gl=desktop --force-dark-mode --disk-cache-dir=/tmp/cache";
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user