desktop-2024-09-16-22-47-01
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs.unstable; [
|
||||
brave
|
||||
chromium
|
||||
firefox
|
||||
librewolf
|
||||
tor-browser-bundle-bin
|
||||
environment.systemPackages = [
|
||||
pkgs.brave
|
||||
# pkgs.unstable.chromium
|
||||
pkgs.unstable.firefox
|
||||
pkgs.unstable.librewolf
|
||||
pkgs.unstable.tor-browser-bundle-bin
|
||||
];
|
||||
}
|
||||
|
@ -5,8 +5,8 @@
|
||||
programs = {
|
||||
gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
package = pkgs.unstable.gamescope;
|
||||
capSysNice = false;
|
||||
package = pkgs.gamescope;
|
||||
};
|
||||
|
||||
gamemode = {
|
||||
@ -16,15 +16,17 @@
|
||||
|
||||
steam = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.steam;
|
||||
# package = pkgs.unstable.steam;
|
||||
extraPackages = with pkgs; [
|
||||
unstable.gamescope
|
||||
unstable.mangohud
|
||||
gamescope
|
||||
mangohud
|
||||
libkrb5
|
||||
keyutils
|
||||
];
|
||||
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-custom
|
||||
];
|
||||
# extraCompatPackages = with pkgs; [
|
||||
# proton-ge-custom
|
||||
# ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
virtualisation = {
|
||||
virtualbox.host ={
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
# enableExtensionPack = true;
|
||||
};
|
||||
|
||||
libvirtd = {
|
||||
|
@ -2,6 +2,9 @@
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
partition-manager.enable = true;
|
||||
# package = pkgs.kdePackages.partitionmanager;
|
||||
# };
|
||||
};
|
||||
|
||||
environment = {
|
||||
@ -17,7 +20,7 @@
|
||||
kdePackages.ksshaskpass
|
||||
kdePackages.kde-gtk-config
|
||||
kdePackages.breeze-gtk
|
||||
kdePackages.partitionmanager
|
||||
# kdePackages.partitionmanager
|
||||
kdePackages.filelight
|
||||
kdePackages.plasma-disks
|
||||
kdePackages.kalk
|
||||
|
Reference in New Issue
Block a user