forked from stitchy/dotfiles
add steam
This commit is contained in:
parent
534fdf2ec5
commit
7a064dbc47
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem ( lib.getName pkg) [
|
builtins.elem ( lib.getName pkg) [
|
||||||
"osu-lazer"
|
"osu-lazer"
|
||||||
|
"steam"
|
||||||
|
"steam-original"
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.stitchynyan = {
|
users.users.stitchynyan = {
|
||||||
|
|
|
@ -16,9 +16,10 @@
|
||||||
# systemd.user.services.mailsync = {
|
# systemd.user.services.mailsync = {
|
||||||
|
|
||||||
#}
|
#}
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
steam
|
||||||
cider
|
cider
|
||||||
|
foot
|
||||||
prismlauncher
|
prismlauncher
|
||||||
firefox
|
firefox
|
||||||
librewolf
|
librewolf
|
||||||
|
|
Loading…
Reference in a new issue