1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-01 06:31:04 +01:00

quickshell: add module (#7316)

This commit is contained in:
Devin Droddy 2025-06-29 19:28:19 -04:00 committed by GitHub
parent cab8104e92
commit f6deff178c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
time = "2025-06-24T03:44:23+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: 'programs.quickshell'.
'';
}