make some apps desktop-only
This commit is contained in:
parent
db291c0b80
commit
7bc8cfefef
2 changed files with 18 additions and 1 deletions
14
hosts/desktop/apps.nix
Normal file
14
hosts/desktop/apps.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Command line utilities
|
||||
wine
|
||||
|
||||
# Programming languages
|
||||
jdk
|
||||
|
||||
# Games
|
||||
prismlauncher
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue