Disable hyprland and tuigreet because the graphical version of makemkv isn't working for me, and enable jellyfin

This commit is contained in:
Cameron Reed 2024-01-13 16:21:33 -07:00
parent ab49cfd6d6
commit 2a5d753f78

View File

@ -14,11 +14,9 @@ in {
(common_dir + /bootloader/grub.nix) (common_dir + /bootloader/grub.nix)
(common_dir + /users/users.nix) (common_dir + /users/users.nix)
(common_dir + /login-manager/tuigreet.nix)
(common_dir + /desktop/hyprland.nix)
./minecraft.nix # ./minecraft.nix
./frp.nix # ./frp.nix
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -71,7 +69,6 @@ in {
tmux tmux
# Temp # Temp
kitty
makemkv makemkv
]; ];
@ -93,6 +90,7 @@ in {
}; };
# Enable Jellyfin # Enable Jellyfin
services.jellyfin.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];