feat(homes): Move vlc from default.nix to nixos module
This commit is contained in:
parent
003a676da0
commit
40b45c6c78
2 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,6 @@
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
prismlauncher
|
||||
vlc
|
||||
];
|
||||
sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
|
|
|
@ -86,6 +86,7 @@ in
|
|||
wl-clipboard-rs
|
||||
stremio
|
||||
tor-browser
|
||||
vlc
|
||||
];
|
||||
sessionVariables = {
|
||||
LAUNCHER = "fuzzel";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue