configs/laptop/cosmic.nix

7 lines
87 B
Nix
Raw Permalink Normal View History

2024-06-02 22:07:34 +02:00
{ config, pkgs, ... }:
{
2024-06-10 10:43:47 +02:00
environment.systemPackages = with pkgs; [
cosmic
];
2024-06-02 22:07:34 +02:00
}