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:
parent
cab8104e92
commit
f6deff178c
2 changed files with 98 additions and 0 deletions
8
modules/misc/news/2025/06/2025-06-23_23-44-23.nix
Normal file
8
modules/misc/news/2025/06/2025-06-23_23-44-23.nix
Normal 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'.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue