remove catppuccin

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-05 18:13:53 +02:00
parent ac766f8b01
commit 853ffca7cc
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
5 changed files with 1 additions and 13 deletions

View File

@ -25,7 +25,6 @@
url = "github:musnix/musnix"; url = "github:musnix/musnix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
catppuccin.url = "github:catppuccin/nix";
}; };
outputs = inputs: inputs.parts.lib.mkFlake { inherit inputs; } { imports = [ ./. ]; }; outputs = inputs: inputs.parts.lib.mkFlake { inherit inputs; } { imports = [ ./. ]; };
} }

View File

@ -11,8 +11,6 @@ toplevel@{ inputs, withSystem, config, ... }:
{ {
home.stateVersion = config.flake.stateVersion; home.stateVersion = config.flake.stateVersion;
} }
inputs.nid.hmModules.nix-index
inputs.catppuccin.homeManagerModules.catppuccin
mods.all mods.all
mods.dev mods.dev
mods.base mods.base

View File

@ -205,7 +205,6 @@
}; };
bottom = { bottom = {
enable = true; enable = true;
catppuccin.enable = true;
settings = { settings = {
flags = { flags = {
rate = "250ms"; rate = "250ms";

View File

@ -13,9 +13,8 @@ in
modules = [ modules = [
./nova-hardware.nix ./nova-hardware.nix
inputs.hosts.nixosModule inputs.hosts.nixosModule
inputs.catppuccin.nixosModules.catppuccin
inputs.musnix.nixosModules.musnix inputs.musnix.nixosModules.musnix
] ++ (with toplevel.config.flake.nixosModules; [ grub base sound music wayland security ivand wireless wireguard style ]); ] ++ (with toplevel.config.flake.nixosModules; [ grub base sound music wayland security ivand wireless wireguard ]);
}); });
vm = withSystem system (ctx@{ config, inputs', ... }: vm = withSystem system (ctx@{ config, inputs', ... }:
inputs.nixpkgs.lib.nixosSystem { inputs.nixpkgs.lib.nixosSystem {

View File

@ -245,13 +245,6 @@ top@{ moduleWithSystem, ... }: {
extraGroups = { mlocate = { }; }; extraGroups = { mlocate = { }; };
}; };
}); });
style = {
catppuccin = {
enable = true;
flavor = "mocha";
};
boot.loader.grub.catppuccin.enable = true;
};
flatpak = { flatpak = {
xdg = { xdg = {
portal = { portal = {