katana
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ inputs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [ inputs.catppuccin.homeModules.catppuccin ];
|
||||
|
||||
@@ -11,4 +11,20 @@
|
||||
delta.enable = true; # <- colours delta with your mauve accent
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
cursor = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
accent = "mauve";
|
||||
};
|
||||
};
|
||||
cursorTheme = {
|
||||
size = 38;
|
||||
name = "catppuccin-mocha-mauve-cursors";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
pkgs.binutils
|
||||
pkgs.gcc
|
||||
|
||||
pkgs.nil
|
||||
|
||||
(pkgs.aspellWithDicts
|
||||
(dicts: with dicts; [ de en en-computers ]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user