update flake inputs; adapt dustbowl config

This commit is contained in:
joachimschmidt557 2024-09-13 11:46:27 +02:00
parent aa83fdfb13
commit 0d19088e24
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 4 additions and 16 deletions

6
flake.lock generated
View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1722813957, "lastModified": 1725983898,
"narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=", "narHash": "sha256-4b3A9zPpxAxLnkF9MawJNHDtOOl6ruL0r6Og1TEDGCE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa", "rev": "1355a0cbfeac61d785b7183c0caaec1f97361b43",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -264,7 +264,7 @@
signal-desktop signal-desktop
element-desktop element-desktop
whatsapp-for-linux whatsapp-for-linux
fluffychat # fluffychat # FIXME insecure, see https://github.com/NixOS/nixpkgs/pull/334638#issuecomment-2289025802
teams-for-linux teams-for-linux
(callPackage ./posy-cursor-black.nix { }) (callPackage ./posy-cursor-black.nix { })
@ -426,18 +426,6 @@
services.logind.powerKey = "ignore"; 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 = { xdg.portal = {
enable = true; enable = true;
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];