Skip to content

Commit

Permalink
enable catppuccin
Browse files Browse the repository at this point in the history
  • Loading branch information
23andreas committed Aug 4, 2024
1 parent bbcb9dd commit 6119356
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 152 deletions.
169 changes: 19 additions & 150 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
cachix-deploy.url = "github:cachix/cachix-deploy-flake";

walker.url = "github:abenz1267/walker";
catppuccin.url = "github:catppuccin/nix";
};

nixConfig = {
Expand Down
13 changes: 11 additions & 2 deletions home/users/andreas.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, ... }:
{ config, inputs, ... }:
{
home.username = "andreas";
home.homeDirectory = "/home/andreas";
Expand All @@ -11,8 +11,18 @@
../fonts.nix

../../system/modules/system/terminal.nix
inputs.catppuccin.homeManagerModules.catppuccin
];

catppuccin = {
enable = true;
flavor = "mocha";
pointerCursor = {
enable = true;
accent = "dark";
};
};

nixosConfig.profiles = {
development.enable = true;
leisure.enable = true;
Expand All @@ -21,7 +31,6 @@
workstation.enable = true;
};


programs.ssh = {
enable = true;
extraConfig = ''
Expand Down

0 comments on commit 6119356

Please sign in to comment.