add ckan
This commit is contained in:
parent
ae233eeef7
commit
2281d555ff
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
programs.steam.enable = true;
|
||||
programs.steam.extraCompatPackages = [
|
||||
pkgs.proton-ge-bin
|
||||
@ -6,6 +6,10 @@
|
||||
programs.gamescope.enable = true;
|
||||
programs.gamescope.capSysNice = false;
|
||||
|
||||
home-manager.users.${config.mainuser} = {
|
||||
home.packages = with pkgs; [ ckan ];
|
||||
};
|
||||
|
||||
startupApplications = [ "${pkgs.steam}/bin/steam" ];
|
||||
|
||||
persist.state.homeDirectories = [
|
||||
@ -15,6 +19,7 @@
|
||||
# Native games config
|
||||
".config/WarThunder"
|
||||
".local/share/BeamNG.drive"
|
||||
".local/share/CKAN"
|
||||
".local/share/Transistor"
|
||||
".local/share/Paradox\ Interactive"
|
||||
".paradoxlauncher"
|
||||
|
Loading…
x
Reference in New Issue
Block a user