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