[eww] Remove uninstalled steam game. [nix] adds some comments.
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
{ self, nixpkgs, ... }@inputs:
|
{ self, nixpkgs, ... }@inputs:
|
||||||
let
|
let
|
||||||
local = import ./lib;
|
local = import ./lib;
|
||||||
|
# TODO: Convert other configurations to use this function.
|
||||||
mkNixosConfig =
|
mkNixosConfig =
|
||||||
{
|
{
|
||||||
path,
|
path,
|
||||||
|
|||||||
@@ -60,14 +60,6 @@
|
|||||||
:path "/home/drew/.local/share/icons/hicolor/128x128/apps/lutris_battlenet.png"
|
:path "/home/drew/.local/share/icons/hicolor/128x128/apps/lutris_battlenet.png"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(button
|
|
||||||
:onclick "steam steam://rungameid/1091500"
|
|
||||||
(image
|
|
||||||
:class "launcher-icon"
|
|
||||||
:icon "steam_icon_1091500"
|
|
||||||
:icon-size "dialog"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
;; (button
|
;; (button
|
||||||
;; :onclick "steam steam://rungameid/1145350"
|
;; :onclick "steam steam://rungameid/1145350"
|
||||||
;; (image
|
;; (image
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
{ pkgs, local, ... }:
|
{ pkgs, local, ... }:
|
||||||
|
# TODO: This is an attempt to patch the desktop file by actually using the old
|
||||||
|
# one so I don't have to put in all the options like below. This will generate
|
||||||
|
# the correct file, however, xdg.dataFile."applications/wowup-cf.desktop"
|
||||||
|
# doesn't seem to actually overrwite it, even with force = true.
|
||||||
# let
|
# let
|
||||||
# patched-desktop =
|
# patched-desktop =
|
||||||
# pkgs.runCommand "patched-wowup-cf-desktop"
|
# pkgs.runCommand "patched-wowup-cf-desktop"
|
||||||
|
|||||||
Reference in New Issue
Block a user