mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:06:33 +01:00
Move some packges to theire dedicated options
This commit is contained in:
parent
93da966e01
commit
3f9b86d58d
2 changed files with 6 additions and 4 deletions
|
@ -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 ];
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue