diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/home.nix | 3 | ||||
-rw-r--r-- | hosts/aptos/profile.nix | 1 | ||||
-rw-r--r-- | hosts/carmel/home.nix | 9 |
3 files changed, 9 insertions, 4 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index d7a6545..c7ef977 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -10,5 +10,8 @@ scanner.enable = true; tmux.enable = true; yt-dlp.enable = true; + vlc.enable = true; + mpv.enable = true; + sublime-music.enable = true; }; } diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index b807f24..3195d52 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -2,7 +2,6 @@ my.profiles = { desktop.enable = true; - multimedia.enable = true; trusted.enable = true; }; } diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix index 231aebd..c7ef977 100644 --- a/hosts/carmel/home.nix +++ b/hosts/carmel/home.nix @@ -1,8 +1,8 @@ -{ pkgs, ... }: - -{ +{ pkgs, ... }: { my.home = { packages.enable = true; + bluetooth.enable = true; + element.enable = true; zsh.enable = true; git.enable = true; go.enable = true; @@ -10,5 +10,8 @@ scanner.enable = true; tmux.enable = true; yt-dlp.enable = true; + vlc.enable = true; + mpv.enable = true; + sublime-music.enable = true; }; } |