Removing catppuccin
This commit is contained in:
@@ -4,14 +4,11 @@
|
||||
pkgs,
|
||||
config,
|
||||
outputs,
|
||||
catppuccin,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.nix-colors.homeManagerModule
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
catppuccin.homeManagerModules.catppuccin
|
||||
../common/programs/default.nix
|
||||
../common/programs/desktop
|
||||
../common/programs/hyprland
|
||||
@@ -19,7 +16,6 @@
|
||||
../common/programs/ghostty.nix
|
||||
../common/programs/syncthing.nix
|
||||
../common/programs/gpg.nix
|
||||
../common/features/colorscheme.nix
|
||||
../common/features/xdg.nix
|
||||
../common/features/bluetooth.nix
|
||||
./monitors.nix
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{ catppuccin, ... }: { catppuccin.enable = true; }
|
||||
@@ -4,14 +4,12 @@
|
||||
pkgs,
|
||||
config,
|
||||
outputs,
|
||||
catppuccin,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.nix-colors.homeManagerModule
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
catppuccin.homeManagerModules.catppuccin
|
||||
../common/programs/default.nix
|
||||
../common/programs/desktop
|
||||
../common/programs/hyprland
|
||||
@@ -19,7 +17,6 @@
|
||||
../common/programs/ghostty.nix
|
||||
../common/programs/syncthing.nix
|
||||
../common/programs/gpg.nix
|
||||
../common/features/colorscheme.nix
|
||||
../common/features/xdg.nix
|
||||
../common/features/bluetooth.nix
|
||||
./monitors.nix
|
||||
|
||||
@@ -4,20 +4,17 @@
|
||||
pkgs,
|
||||
config,
|
||||
outputs,
|
||||
catppuccin,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.nix-colors.homeManagerModule
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
catppuccin.homeManagerModules.catppuccin
|
||||
../common/programs/default.nix
|
||||
../common/programs/desktop
|
||||
../common/programs/hyprland
|
||||
../common/programs/kitty.nix
|
||||
../common/programs/syncthing.nix
|
||||
../common/features/colorscheme.nix
|
||||
../common/features/xdg.nix
|
||||
../common/features/bluetooth.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user