formatted everything

This commit is contained in:
Tyler Kelley 2024-05-14 19:46:02 -05:00
parent 3574823bac
commit eae1ac1be2
3 changed files with 119 additions and 107 deletions

View File

@ -2,7 +2,8 @@
let
palette = config.colorScheme.palette;
in {
in
{
home.file.".config/swaync/config.json".text = ''
{
"$schema": "/etc/xdg/swaync/configSchema.json",
@ -105,7 +106,7 @@ in {
]
}
}
}
}
'';
home.file.".config/swaync/style.css".text = ''

View File

@ -117,17 +117,17 @@ in
};
theme = {
name = "${config.colorScheme.slug}";
package = gtkThemeFromScheme {scheme = config.colorScheme;};
package = gtkThemeFromScheme { scheme = config.colorScheme; };
};
iconTheme = {
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme=1;
gtk-application-prefer-dark-theme = 1;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme=1;
gtk-application-prefer-dark-theme = 1;
};
};
@ -168,6 +168,16 @@ in
programs = {
gh.enable = true;
neovim = {
enable = true;
defaultEditor = true;
vimAlias = true;
vimdiffAlias = true;
plugins = with pkgs.vimPlugins; [
nvim-lspconfig
nvim-treesitter.withAllGrammars
];
};
kitty = {
enable = true;
package = pkgs.kitty;

View File

@ -27,6 +27,7 @@ in
packages = with pkgs; [
obs-studio
zeroad
blender-hip
];
};
# "newuser" = {