mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-19 18:56:06 +01:00
7 lines
103 B
Nix
7 lines
103 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
plasma5Packages.kdeconnect-kde
|
|
glaurung
|
|
];
|
|
}
|