mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 06:33:08 +01:00
remove zeroad package unless enabled and nvtop is only enabled if nvidia is used
This commit is contained in:
parent
05e7697227
commit
81fd6c231e
@ -8,8 +8,8 @@ in {
|
||||
home.packages = with pkgs; [
|
||||
pkgs."${browser}" discord libvirt swww grim slurp gnome.file-roller
|
||||
swaynotificationcenter rofi-wayland imv transmission-gtk mpv
|
||||
gimp obs-studio rustup audacity pavucontrol tree zeroad protonup-qt
|
||||
font-awesome spotify swayidle neovide element-desktop swaylock
|
||||
gimp obs-studio rustup audacity pavucontrol tree protonup-qt
|
||||
font-awesome spotify swayidle neovide swaylock
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
# Import Scripts
|
||||
(import ./../scripts/emopicker9000.nix { inherit pkgs; })
|
||||
|
@ -8,6 +8,9 @@ lib.mkIf ("${gpuType}" == "intel-nvidia") {
|
||||
enableHybridCodec = true;
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
nvtop
|
||||
];
|
||||
# OpenGL
|
||||
hardware.opengl = {
|
||||
extraPackages = with pkgs; [
|
||||
|
@ -2,6 +2,9 @@
|
||||
|
||||
let inherit (import ../../options.nix) gpuType; in
|
||||
lib.mkIf ("${gpuType}" == "nvidia") {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nvtop
|
||||
];
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
hardware.nvidia = {
|
||||
# Modesetting is required.
|
||||
|
@ -12,7 +12,7 @@
|
||||
pkg-config meson hugo gnumake ninja go nodejs symbola
|
||||
noto-fonts-color-emoji material-icons brightnessctl
|
||||
toybox virt-viewer swappy ripgrep appimage-run
|
||||
networkmanagerapplet yad playerctl nh nvtop
|
||||
networkmanagerapplet yad playerctl nh
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
Loading…
Reference in New Issue
Block a user