update flake inputs; adapt dustbowl config
This commit is contained in:
parent
aa83fdfb13
commit
0d19088e24
2 changed files with 4 additions and 16 deletions
|
|
@ -264,7 +264,7 @@
|
|||
signal-desktop
|
||||
element-desktop
|
||||
whatsapp-for-linux
|
||||
fluffychat
|
||||
# fluffychat # FIXME insecure, see https://github.com/NixOS/nixpkgs/pull/334638#issuecomment-2289025802
|
||||
teams-for-linux
|
||||
|
||||
(callPackage ./posy-cursor-black.nix { })
|
||||
|
|
@ -426,18 +426,6 @@
|
|||
|
||||
services.logind.powerKey = "ignore";
|
||||
|
||||
# Sway systemd integration
|
||||
# https://wiki.archlinux.org/title/Sway#Manage_Sway-specific_daemons_with_systemd
|
||||
systemd.user.targets.sway-session = {
|
||||
description = "Sway compositor session";
|
||||
bindsTo = [ "graphical-session.target" ];
|
||||
wants = [ "graphical-session-pre.target" ];
|
||||
after = [ "graphical-session-pre.target" ];
|
||||
};
|
||||
environment.etc."sway/config.d/systemd.conf".source = pkgs.writeText "systemd.conf" ''
|
||||
exec_always "systemctl --user start sway-session.target"
|
||||
'';
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue