home/programs/media: add programs
This commit is contained in:
parent
936f58de75
commit
fd0fbad80d
1 changed files with 8 additions and 0 deletions
8
home/programs/media/default.nix
Normal file
8
home/programs/media/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.gnome-calculator
|
||||
pkgs.loupe
|
||||
pkgs.spotify
|
||||
pkgs.stremio
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue