Move those options from shared to desktop

This commit is contained in:
Lillian Violet 2024-10-03 12:18:47 +02:00
parent 5a09545d58
commit 3d39f6198d
2 changed files with 2 additions and 2 deletions

View file

@ -76,6 +76,8 @@
# Add stuff for your user as you see fit: # Add stuff for your user as you see fit:
# programs.neovim.enable = true; # programs.neovim.enable = true;
# home.packages = with pkgs; [ steam ]; # home.packages = with pkgs; [ steam ];
qt.style.catppuccin.apply = true;
programs.freetube.catppuccin.flavor = "macchiato";
home.packages = with pkgs; [ home.packages = with pkgs; [
# Coding: # Coding:

View file

@ -23,8 +23,6 @@
enable = true; enable = true;
flavor = "macchiato"; flavor = "macchiato";
}; };
qt.style.catppuccin.apply = true;
programs.freetube.catppuccin.flavor = "macchiato";
home.packages = with pkgs; [ home.packages = with pkgs; [
# System tools: # System tools: