Move those options from shared to desktop
This commit is contained in:
parent
5a09545d58
commit
3d39f6198d
|
@ -76,6 +76,8 @@
|
|||
# Add stuff for your user as you see fit:
|
||||
# programs.neovim.enable = true;
|
||||
# home.packages = with pkgs; [ steam ];
|
||||
qt.style.catppuccin.apply = true;
|
||||
programs.freetube.catppuccin.flavor = "macchiato";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Coding:
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
enable = true;
|
||||
flavor = "macchiato";
|
||||
};
|
||||
qt.style.catppuccin.apply = true;
|
||||
programs.freetube.catppuccin.flavor = "macchiato";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# System tools:
|
||||
|
|
Loading…
Reference in a new issue