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:
|
# 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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue