13 lines
149 B
Nix
13 lines
149 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
krebs.per-user.makefu.packages = with pkgs;[
|
|
inkscape
|
|
gimp
|
|
skype
|
|
virtmanager
|
|
synergy
|
|
saleae-logic
|
|
];
|
|
}
|