summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/graphical
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop/graphical')
-rw-r--r--usecases/desktop/graphical/mpv.nix3
-rw-r--r--usecases/desktop/graphical/sway.nix6
2 files changed, 2 insertions, 7 deletions
diff --git a/usecases/desktop/graphical/mpv.nix b/usecases/desktop/graphical/mpv.nix
index 381b893..219c86c 100644
--- a/usecases/desktop/graphical/mpv.nix
+++ b/usecases/desktop/graphical/mpv.nix
@@ -9,8 +9,7 @@ inputs:
9 hwdec = "auto"; 9 hwdec = "auto";
10 profile = "gpu-hq"; 10 profile = "gpu-hq";
11 }; 11 };
12 # TODO: for 21.05 12 defaultProfiles = [ "gpu-hq" ];
13 #defaultProfiles = [ "gpu-hq" ];
14 scripts = with pkgs.mpvScripts; [ mpris sponsorblock ]; 13 scripts = with pkgs.mpvScripts; [ mpris sponsorblock ];
15 }; 14 };
16} 15}
diff --git a/usecases/desktop/graphical/sway.nix b/usecases/desktop/graphical/sway.nix
index ab04de3..ab5d997 100644
--- a/usecases/desktop/graphical/sway.nix
+++ b/usecases/desktop/graphical/sway.nix
@@ -171,8 +171,6 @@ in
171 }; 171 };
172 }; 172 };
173 173
174 # TODO: 21.05
175 /*
176 services.wlsunset = { 174 services.wlsunset = {
177 enable = true; 175 enable = true;
178 latitude = "48.864716"; 176 latitude = "48.864716";
@@ -184,7 +182,6 @@ in
184 }; 182 };
185 systemdTarget = "sway-session.target"; 183 systemdTarget = "sway-session.target";
186 }; 184 };
187 */
188 185
189 # TODO: upstream a PR to beautify this 186 # TODO: upstream a PR to beautify this
190 xdg.configFile."swaylock/config".text = with globalConfig.theme.colors; '' 187 xdg.configFile."swaylock/config".text = with globalConfig.theme.colors; ''
@@ -254,8 +251,7 @@ in
254 251
255 environment.systemPackages = with pkgs; [ qt5.qtwayland ]; 252 environment.systemPackages = with pkgs; [ qt5.qtwayland ];
256 253
257 # TODO: in 21.05 254 programs.xwayland.enable = true;
258 #programs.xwayland.enable = true;
259 security.pam.services.swaylock = { }; 255 security.pam.services.swaylock = { };
260 256
261 xdg.portal.extraPortals = with pkgs; [ 257 xdg.portal.extraPortals = with pkgs; [