wip: prepare for nix
This commit is contained in:
parent
79ed239d07
commit
6671b54dd2
32 changed files with 1282 additions and 43 deletions
14
nix/programs/utils.nix
Normal file
14
nix/programs/utils.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rustdesk
|
||||
keepassxc
|
||||
nheko
|
||||
kdeconnect
|
||||
nextcloud-client
|
||||
xournalpp
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue