change the theming to stylix, set a background image, and set cursors automagically
This commit is contained in:
parent
382913f15d
commit
99cd42ce60
10 changed files with 447 additions and 98 deletions
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# You can import other home-manager modules here
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
{...}: {
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
# catppuccin.enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "Fira Code:size=11";
|
||||
};
|
||||
|
||||
mouse = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue