From dabbef32d53b3ef426b291066bde7d28d7cd6e5a Mon Sep 17 00:00:00 2001
From: punkfairie
-
-
-
-
- Copyright © 2023-present Catppuccin Org
-
+
+
-
-
-
-
-
-
- Catppuccin for Nix
-
-🌻 Latte
-
-🪴 Frappé
-
-🌺 Macchiato
-
-🌿 Mocha
-
-With Flakes
-
-```nix
-{
- inputs = {
- nixpkgs.url = "nixpkgs/nixos-unstable";
- catppuccin.url = "github:catppuccin/nix";
- home-manager = {
- url = "github:nix-community/home-manager";
- inputs.nixpkgs.follows = "nixpkgs";
- };
- };
-
- outputs = { nixpkgs, catppuccin, home-manager }: {
- # for nixos module home-manager installations
- nixosConfigurations.pepperjacksComputer = pkgs.lib.nixosSystem {
- system = "x86_64-linux";
- modules = [
- catppuccin.nixosModules.catppuccin
- # if you use home-manager
- home-manager.nixosModules.home-manager
-
- {
- # if you use home-manager
- home-manager.users.pepperjack = {
- imports = [
- ./home.nix
- catppuccin.homeManagerModules.catppuccin
- ];
- };
- }
- ];
- };
-
- # for standalone home-manager installations
- homeConfigurations.pepperjack = home-manager.lib.homeManagerConfiguration {
- pkgs = nixpkgs.legacyPackages.x86_64-linux;
- modules = [
- ./home.nix
- catppuccin.homeManagerModules.catppuccin
- ];
- };
- };
-}
-```
-
-With Nix Channels
-
-```bash
-sudo nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
-sudo nix-channel --add https://github.com/catppuccin/nix/archive/main.tar.gz catppuccin
-sudo nix-channel --update
-```
-
-For [NixOS module installations](https://nix-community.github.io/home-manager/index.html#sec-install-nixos-module):
-
-```nix
-{
- imports = [
- Disable modules that use IFD
-
- ```nix
- {
- programs = {
- cava.catppuccin.enable = false;
- gh-dash.catppuccin.enable = false;
- imv.catppuccin.enable = false;
- swaylock.catppuccin.enable = false;
- };
-
- services = {
- mako.catppuccin.enable = false;
- };
- }
- ```
- Rosé Pine for Nix
+
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
+ ++ + + +
+ +## Usage + +## Gallery + +![Rosé Pine with App](https://user-images.githubusercontent.com/1474821/166155319-06796439-95a7-4aea-910e-927c1f24518e.png) + +## Thanks to + +- [punkfairie](https://git.punkfairie.net/punkfairie) + +## Contributing + +> Prefer using [@rose-pine/build](https://github.com/rose-pine/build) when possible + +Modify `template.json` using Rosé Pine variables, then build variants: + +```sh +npx @rose-pine/build@latest +``` + +## Style guide + +> Be sure to remove this section 😌 + +- Lowercase meta files, eg. `readme.md` +- Repo name should be the simplest version of the app name, eg. iterm instead of iTerm2 +- Add a description and topics to automatically show the theme on [rosepinetheme.com/themes](https://rosepinetheme.com/themes) + - Description should read "Soho vibes for App" where "App" is the display name + - Topics should include [existing categories](https://rosepinetheme.com/themes) + - Generate and upload social image via [Rosé Pine Images](https://rose-pine-images.vercel.app)