We ball (returning to unstable)
This commit is contained in:
parent
4d8de41daf
commit
abe8ff6eff
7 changed files with 40 additions and 126 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, pkgs-unstable, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot = {
|
||||
plymouth.enable = true;
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
pkgs.steam
|
||||
pkgs.krita
|
||||
pkgs.edk2-uefi-shell
|
||||
pkgs-unstable.obsidian
|
||||
pkgs.obsidian
|
||||
pkgs.gparted
|
||||
pkgs.vlc
|
||||
pkgs.via
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
seahorse
|
||||
nautilus
|
||||
gamescope
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
@ -50,23 +51,8 @@
|
|||
binPath = "${pkgs.sway}/bin/sway";
|
||||
extraArgs = [ "--unsupported-gpu" ];
|
||||
};
|
||||
big_picture = {
|
||||
prettyName = "Steam Big Picture";
|
||||
comment = "Launch in big picture mode within a gamescope container";
|
||||
binPath = "${pkgs.gamescope}/bin/gamescope";
|
||||
extraArgs = [
|
||||
"-e"
|
||||
"-W 1920"
|
||||
"-H 1080"
|
||||
"--"
|
||||
"/usr/bin/steam"
|
||||
"-tenfoot"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
light.enable = true;
|
||||
dconf.enable = true;
|
||||
seahorse.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue