feat: add sway runtime dependencies

This commit is contained in:
2026-03-12 18:30:39 +01:00
parent 760a0d367e
commit 3011898b28
3 changed files with 23 additions and 21 deletions

30
flake.lock generated
View File

@@ -300,11 +300,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1772928300, "lastModified": 1773273897,
"narHash": "sha256-7WXA2vUlHNvCjjTDLsM0CGzTE52d8M8tXj+c4QOQnsk=", "narHash": "sha256-S6r4raWL96DNO8nPP2whq8STG8SI8JDlyEuy1N6SvV8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "8df2141922896b7923ab78d624951f29531b5e8a", "rev": "f165d4768ca760f4c98b63286562b6fa79a8b114",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -316,11 +316,11 @@
"neovim-src": { "neovim-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1772909350, "lastModified": 1773273300,
"narHash": "sha256-SOywFX51TumgEMzjRN8JBo2E59Dr9+13sye7qv20nR8=", "narHash": "sha256-PzRI/GS7+4wz+dgqWq4X2biKtJc8WgUqS6jWk0fXmlM=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "e8e694d837427bd158d51dd62a25f165d49725c6", "rev": "99a0b2f7b86d447af752ee7436dd5fd69fc6a101",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -347,11 +347,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1772736753, "lastModified": 1773110118,
"narHash": "sha256-au/m3+EuBLoSzWUCb64a/MZq6QUtOV8oC0D9tY2scPQ=", "narHash": "sha256-mPAG8phMbCReKSiKAijjjd3v7uVcJOQ75gSjGJjt/Rk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "917fec990948658ef1ccd07cef2a1ef060786846", "rev": "e607cb5360ff1234862ac9f8839522becb853bb9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -363,11 +363,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1773010392, "lastModified": 1773329519,
"narHash": "sha256-6ziCfijZqwkUH6ZI/oM2nhWs6kRaQ2yyN1ZTWQy0LGs=", "narHash": "sha256-TZEGtZNt1AsC6AFcELQMLZnjBwJ1ml5UdQY+iowLSTc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "abe256c7362bbdaf2d54631284f06bf544f00beb", "rev": "c5c2ad09ebacd0573d60c5f77ee03acc6da03fae",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -379,11 +379,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1772771118, "lastModified": 1773201692,
"narHash": "sha256-xWzaTvmmACR/SRWtABgI/Z97lcqwJAeoSd5QW1KdK1s=", "narHash": "sha256-NXrKzNMniu4Oam2kAFvqJ3GB2kAvlAFIriTAheaY8hw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e38213b91d3786389a446dfce4ff5a8aaf6012f2", "rev": "b6067cc0127d4db9c26c79e4de0513e58d0c40c9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -33,8 +33,6 @@
wl-mirror wl-mirror
]; ];
services.dunst.enable = true;
home.file.".assets".source = inputs.assets; home.file.".assets".source = inputs.assets;
}; };
} }

View File

@@ -34,18 +34,22 @@
grim grim
pulseaudio pulseaudio
swayidle swayidle
# use swaylock-effects instead of swaylock
swaylock-effects swaylock-effects
wmenu jq
slurp slurp
wofi
wl-clipboard wl-clipboard
wob wob
pamixer pamixer
wlsunset wlsunset
flameshot satty
waybar waybar
wayland-pipewire-idle-inhibit wayland-pipewire-idle-inhibit
swaynotificationcenter
fuzzel
cliphist
playerctl
eww
zenity
]; ];
}; };
} }