feat: add widar
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
6610403d08
commit
c0bea92f77
4 changed files with 135 additions and 0 deletions
13
home/lander/widar.nix
Normal file
13
home/lander/widar.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./global
|
||||
./features/workstation
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
thunderbird
|
||||
darktable
|
||||
rawtherapee
|
||||
mixxx
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue