mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Home: catppuccin
This commit is contained in:
parent
857b261c92
commit
a14da46660
1 changed files with 11 additions and 0 deletions
|
@ -2,11 +2,22 @@
|
|||
{
|
||||
imports = [
|
||||
../../modules/home-manager/default.nix
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
];
|
||||
|
||||
home.username = "pingu";
|
||||
home.homeDirectory = "/home/pingu";
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
accent = "pink";
|
||||
size = "standard";
|
||||
tweaks = [ "normal" ];
|
||||
};
|
||||
};
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
|
|
Loading…
Reference in a new issue