changes on main pc
This commit is contained in:
parent
60ebe96728
commit
2ef8eba58a
20 changed files with 155 additions and 84 deletions
|
|
@ -5,7 +5,6 @@
|
|||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
|
||||
# ── Steam ──
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
|
|
@ -17,21 +16,12 @@
|
|||
enable = true;
|
||||
capSysNice = true;
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
memoryPercent = 50;
|
||||
};
|
||||
|
||||
# ── VirtualBox (Oracle) ──
|
||||
# virtualisation.virtualbox.host = {
|
||||
# enable = true;
|
||||
# enableExtensionPack = true;
|
||||
# };
|
||||
# users.extraGroups.vboxusers.members = [ "afoucaultc" ];
|
||||
|
||||
# ── Intégration KDE/Dolphin ──
|
||||
# ── Intégration KDE/Dolphin ──
|
||||
services.gvfs.enable = true;
|
||||
services.tumbler.enable = true;
|
||||
environment.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue