Removed old stuff

This commit is contained in:
2026-05-04 17:44:19 +02:00
parent 386829caf5
commit 78ee510d83
9094 changed files with 0 additions and 117537 deletions
-7
View File
@@ -1,7 +0,0 @@
{ config, lib, pkgs, flakeRoot, ... }:
{
services.ollama = {
enable = true;
package = pkgs.ollama;
};
}
-22
View File
@@ -1,22 +0,0 @@
{ pkgs, ...}:
{
gtk = {
enable = true;
colorScheme = "dark";
theme = {
name = "Catppuccin-GTK-Grey-Dark-Compact";
package = (pkgs.magnetic-catppuccin-gtk.override {
accent = [ "grey" ];
shade = "dark";
tweaks = [ "black" ];
size = "compact";
});
};
iconTheme.name = "Papirus-Dark";
};
catppuccin.enable = true;
catppuccin.flavor = "mocha";
catppuccin.accent = "blue";
catppuccin.gtk.icon.enable = true;
catppuccin.cursors.enable = true;
}