configs/laptop/#cosmic.nix#
Geir Okkenhaug Jerstad be34f1964c ?
2024-06-02 22:07:34 +02:00

7 lines
86 B
Plaintext

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
cosmic
]
}