Move some packges to theire dedicated options

This commit is contained in:
Johannes Jöns 2023-07-12 11:40:26 +02:00
parent 93da966e01
commit 3f9b86d58d
2 changed files with 6 additions and 4 deletions

View file

@ -11,12 +11,10 @@
initialPassword = "password";
extraGroups = [ "wheel" "networkmanager" ];
packages = with pkgs; [
git
kate
libsForQt5.ark
libreoffice-qt
texlive.combined.scheme-full
tela-icon-theme
lutris
bottles
] ++ lib.optionals (system == "x86_64-linux") [ discord google-chrome ];

View file

@ -24,6 +24,7 @@
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;
hardware.opengl.driSupport32Bit = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
@ -35,7 +36,6 @@
skypeforlinux
jetbrains.pycharm-professional
carla
git
#devolo-dlan-cockpit
libsForQt5.qtstyleplugin-kvantum
@ -57,7 +57,6 @@
twitter-color-emoji
# Gaming
gamemode
wineWowPackages.waylandFull
];
@ -71,6 +70,11 @@
sysdig.enable = true;
xwayland.enable = true;
kdeconnect.enable = true;
gamemode.enable = true;
git = {
enable = true;
lfs.enable = true;
};
};
console = {
enable = true;