Removed catppuccin global theme

This commit is contained in:
2026-02-06 08:27:22 +01:00
parent 193d6c5411
commit 24cda84b12
7 changed files with 9 additions and 68 deletions

47
flake.lock generated
View File

@@ -67,24 +67,6 @@
"type": "github" "type": "github"
} }
}, },
"catppuccin": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1769946009,
"narHash": "sha256-cjPsPx3qlP7RW78lcGJoTP/B6yqY6BJJjwT7QUg8ByY=",
"owner": "catppuccin",
"repo": "nix",
"rev": "ff59ad5085b7d71705ea1f019c02b08dfe40d9c8",
"type": "github"
},
"original": {
"owner": "catppuccin",
"repo": "nix",
"type": "github"
}
},
"curl-src": { "curl-src": {
"flake": false, "flake": false,
"locked": { "locked": {
@@ -307,7 +289,7 @@
"hyprutils": "hyprutils", "hyprutils": "hyprutils",
"hyprwayland-scanner": "hyprwayland-scanner", "hyprwayland-scanner": "hyprwayland-scanner",
"hyprwire": "hyprwire", "hyprwire": "hyprwire",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks", "pre-commit-hooks": "pre-commit-hooks",
"systems": "systems", "systems": "systems",
"xdph": "xdph" "xdph": "xdph"
@@ -657,7 +639,7 @@
"minhook-src": "minhook-src", "minhook-src": "minhook-src",
"mini-src": "mini-src", "mini-src": "mini-src",
"minizip-src": "minizip-src", "minizip-src": "minizip-src",
"nixpkgs": "nixpkgs_3", "nixpkgs": "nixpkgs_2",
"re2-src": "re2-src", "re2-src": "re2-src",
"websocketpp-src": "websocketpp-src", "websocketpp-src": "websocketpp-src",
"zlib-src": "zlib-src" "zlib-src": "zlib-src"
@@ -763,22 +745,6 @@
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": {
"lastModified": 1769461804,
"narHash": "sha256-msG8SU5WsBUfVVa/9RPLaymvi5bI8edTavbIq3vRlhI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "bfc1b8a4574108ceef22f02bafcf6611380c100d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1767379071, "lastModified": 1767379071,
"narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=", "narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=",
@@ -794,7 +760,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_4": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1770141374, "lastModified": 1770141374,
"narHash": "sha256-yD4K/vRHPwXbJf5CK3JkptBA6nFWUKNX/jlFp2eKEQc=", "narHash": "sha256-yD4K/vRHPwXbJf5CK3JkptBA6nFWUKNX/jlFp2eKEQc=",
@@ -810,7 +776,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_5": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1768875095, "lastModified": 1768875095,
"narHash": "sha256-dYP3DjiL7oIiiq3H65tGIXXIT1Waiadmv93JS0sS+8A=", "narHash": "sha256-dYP3DjiL7oIiiq3H65tGIXXIT1Waiadmv93JS0sS+8A=",
@@ -851,7 +817,7 @@
"nixvim_2": { "nixvim_2": {
"inputs": { "inputs": {
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"nixpkgs": "nixpkgs_5", "nixpkgs": "nixpkgs_4",
"systems": "systems_3" "systems": "systems_3"
}, },
"locked": { "locked": {
@@ -931,11 +897,10 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"catppuccin": "catppuccin",
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland": "hyprland", "hyprland": "hyprland",
"millennium": "millennium", "millennium": "millennium",
"nixpkgs": "nixpkgs_4", "nixpkgs": "nixpkgs_3",
"nixvim": "nixvim", "nixvim": "nixvim",
"nur": "nur" "nur": "nur"
} }

View File

@@ -16,10 +16,9 @@
}; };
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix"; millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";
catppuccin.url = "github:catppuccin/nix";
}; };
outputs = { self, nixpkgs, home-manager, nixvim, millennium, hyprland, nur, catppuccin, ... }@inputs: outputs = { self, nixpkgs, home-manager, nixvim, millennium, hyprland, nur, ... }@inputs:
let let
overlays = [ overlays = [
millennium.overlays.default millennium.overlays.default
@@ -35,8 +34,7 @@
nur nur
inputs inputs
nixpkgs nixpkgs
home-manager home-manager;
catppuccin;
}; };
in in
{ {
@@ -48,7 +46,6 @@
# Currently supported: plasma, gnome, hyprland and none # Currently supported: plasma, gnome, hyprland and none
desktopEnvironment = "gnome"; desktopEnvironment = "gnome";
additionalModules = [ additionalModules = [
catppuccin.nixosModules.catppuccin
]; ];
}; };
nixosConfigurations.workstation = mkSystem "workstation" { nixosConfigurations.workstation = mkSystem "workstation" {

View File

@@ -1,8 +0,0 @@
{ ... }:
{
catppuccin = {
enable = true;
flavor = "mocha";
accent = "mauve";
};
}

View File

@@ -1,7 +1,6 @@
{ currentSystemUser, currentSystemDe, pkgs, catppuccin, ... }: { currentSystemUser, currentSystemDe, pkgs, ... }:
{ {
imports = [ imports = [
./catppuccin.nix
./fish.nix ./fish.nix
./git.nix ./git.nix
./gnome.nix ./gnome.nix
@@ -9,7 +8,6 @@
./mangohud.nix ./mangohud.nix
./tmux.nix ./tmux.nix
./zoxide.nix ./zoxide.nix
catppuccin.homeModules.catppuccin
] ++ (if currentSystemDe == "hyprland" then [ ] ++ (if currentSystemDe == "hyprland" then [
./hyprland ./hyprland
] else [] ] else []

View File

@@ -7,7 +7,6 @@
inputs, inputs,
nixpkgs, nixpkgs,
home-manager, home-manager,
catppuccin,
}: }:
name: name:
{ {
@@ -42,7 +41,6 @@ let
nur = nur; nur = nur;
inputs = inputs; inputs = inputs;
additionalModules = additionalModules; additionalModules = additionalModules;
catppuccin = catppuccin;
}; };
in in
nixpkgs.lib.nixosSystem { nixpkgs.lib.nixosSystem {

View File

@@ -1,8 +0,0 @@
{ catppuccin, ... }:
{
catppuccin = {
enable = true;
accent = "mauve";
flavor = "mocha";
};
}

View File

@@ -5,7 +5,6 @@
./security.nix ./security.nix
./services.nix ./services.nix
] ++ (if (currentSystemDe != "none") then [ ] ++ (if (currentSystemDe != "none") then [
./catppuccin.nix
./de.nix ./de.nix
./fonts.nix ./fonts.nix
./sound.nix ./sound.nix