mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Only install video production apps on the desktop
This commit is contained in:
parent
dbd3c3ff19
commit
f6ce8165b6
3 changed files with 20 additions and 14 deletions
9
users/seb/@seb-desktop.nix
Normal file
9
users/seb/@seb-desktop.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [./default.nix];
|
||||
|
||||
home-manager.users.seb.home.packages = [
|
||||
pkgs.obs-studio
|
||||
pkgs.libsForQt5.kdenlive
|
||||
pkgs.gimp
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue