refactor session vars
This commit is contained in:
parent
b91bf4779c
commit
15d6d34ef7
3 changed files with 6 additions and 10 deletions
|
|
@ -1,15 +1,10 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [ openmw ];
|
||||
sessionVariables = {
|
||||
SDL_VIDEO_DRIVER = "wayland";
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [ openmw ];
|
||||
home.sessionVariables.SDL_VIDEO_DRIVER = "wayland";
|
||||
|
||||
programs.firefox.profiles.default.search.engines.uesp = {
|
||||
name = "Unofficial Elder Scrolls Pages";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue