move desktop-related programs to shared-services/desktop
This commit is contained in:
parent
8d654cb086
commit
457f4ac1af
2 changed files with 11 additions and 6 deletions
|
@ -38,11 +38,6 @@
|
|||
vim
|
||||
wget
|
||||
jq
|
||||
pavucontrol
|
||||
dosbox
|
||||
vlc
|
||||
ffmpeg-full
|
||||
sox
|
||||
];
|
||||
|
||||
programs.bash.shellAliases = {
|
||||
|
|
|
@ -1,7 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.c3h.packages = with pkgs; [ chromium firefox mpv youtube-dl ];
|
||||
users.users.c3h.packages = with pkgs; [
|
||||
chromium
|
||||
firefox
|
||||
mpv
|
||||
youtube-dl
|
||||
pavucontrol
|
||||
dosbox
|
||||
vlc
|
||||
ffmpeg-full
|
||||
sox
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue