ugly way to hopefully delete the gtk theme files

This commit is contained in:
Lillian Violet 2025-05-04 15:15:01 +02:00
parent 619f020dc0
commit 9294173af0
4 changed files with 64 additions and 50 deletions

View file

@ -1,7 +1,6 @@
{
pkgs,
osConfig,
lib,
...
}: {
imports = [
@ -13,6 +12,7 @@
./shell/eza.nix
./shell/hyfetch.nix
];
home = {
username = "lillian";
homeDirectory = "/home/lillian";
@ -21,6 +21,20 @@
target = ".ssh/id_ed25519.pub";
force = true;
};
packages = with pkgs; [
# System tools:
vscode-langservers-extracted
sops
zsh
bat
btop
broot
lazygit
navi
nil
gh
];
};
catppuccin = {
@ -31,20 +45,6 @@
freetube.enable = true;
freetube.flavor = "macchiato";
};
home.packages = with pkgs; [
# System tools:
vscode-langservers-extracted
sops
zsh
bat
btop
broot
lazygit
navi
nil
gh
];
programs = {
navi.enable = true;
yazi = {