From 23544f7fecfbf583d9f1f110646314ea6538431f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 10 Jun 2023 19:09:58 +0200 Subject: fix intel graphics video --- common.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 107b84e..5cf0b62 100644 --- a/common.nix +++ b/common.nix @@ -212,22 +212,28 @@ in # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + alacritty + ark aspellDicts.de aspellDicts.en borgbackup btop chromium clamav + clinfo filelight firefox gitFull + glxinfo hunspellDicts.de_DE hunspellDicts.en_US + libva-utils lsof mc unrar unzip - woeusb + vulkan-tools + wayland-utils zsh zsh-powerlevel10k ]; @@ -413,8 +419,6 @@ in # extra packages, stuff for work/kde/... home.packages = with pkgs; [ - alacritty - ark calibre emacs falkon @@ -515,8 +519,6 @@ in # extra packages, stuff for games home.packages = with pkgs; [ - alacritty - ark lutris sqlitebrowser wine64 -- cgit v1.2.3