mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
temp enabled docker on the vps
This commit is contained in:
parent
f90ba1151a
commit
552ed08cbf
8 changed files with 37 additions and 10 deletions
|
@ -7,6 +7,7 @@
|
|||
./gpg
|
||||
./helix
|
||||
./hyprland
|
||||
./mpv
|
||||
./qutebrowser
|
||||
./sops
|
||||
./spotify
|
||||
|
|
9
users/rouven/modules/mpv/default.nix
Normal file
9
users/rouven/modules/mpv/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
config = {
|
||||
hwdec = "auto";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -17,7 +17,6 @@
|
|||
# graphics
|
||||
evince # pdf viewer
|
||||
gimp
|
||||
mpv # best video player out there
|
||||
ffmpeg
|
||||
|
||||
# sound
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue