mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:36: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";
|
initialPassword = "password";
|
||||||
extraGroups = [ "wheel" "networkmanager" ];
|
extraGroups = [ "wheel" "networkmanager" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
git
|
|
||||||
kate
|
kate
|
||||||
libsForQt5.ark
|
libsForQt5.ark
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
tela-icon-theme
|
|
||||||
lutris
|
lutris
|
||||||
bottles
|
bottles
|
||||||
] ++ lib.optionals (system == "x86_64-linux") [ discord google-chrome ];
|
] ++ lib.optionals (system == "x86_64-linux") [ discord google-chrome ];
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
|
|
||||||
|
@ -35,7 +36,6 @@
|
||||||
skypeforlinux
|
skypeforlinux
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
carla
|
carla
|
||||||
git
|
|
||||||
#devolo-dlan-cockpit
|
#devolo-dlan-cockpit
|
||||||
libsForQt5.qtstyleplugin-kvantum
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
|
|
||||||
|
@ -57,7 +57,6 @@
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
gamemode
|
|
||||||
wineWowPackages.waylandFull
|
wineWowPackages.waylandFull
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -71,6 +70,11 @@
|
||||||
sysdig.enable = true;
|
sysdig.enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
|
gamemode.enable = true;
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
lfs.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
console = {
|
console = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue