mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-26 15:01:45 +02:00
formatted everything
This commit is contained in:
parent
3574823bac
commit
eae1ac1be2
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
palette = config.colorScheme.palette;
|
palette = config.colorScheme.palette;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
home.file.".config/swaync/config.json".text = ''
|
home.file.".config/swaync/config.json".text = ''
|
||||||
{
|
{
|
||||||
"$schema": "/etc/xdg/swaync/configSchema.json",
|
"$schema": "/etc/xdg/swaync/configSchema.json",
|
||||||
@ -105,7 +106,7 @@ in {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
home.file.".config/swaync/style.css".text = ''
|
home.file.".config/swaync/style.css".text = ''
|
||||||
|
@ -117,17 +117,17 @@ in
|
|||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "${config.colorScheme.slug}";
|
name = "${config.colorScheme.slug}";
|
||||||
package = gtkThemeFromScheme {scheme = config.colorScheme;};
|
package = gtkThemeFromScheme { scheme = config.colorScheme; };
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
package = pkgs.papirus-icon-theme;
|
package = pkgs.papirus-icon-theme;
|
||||||
};
|
};
|
||||||
gtk3.extraConfig = {
|
gtk3.extraConfig = {
|
||||||
gtk-application-prefer-dark-theme=1;
|
gtk-application-prefer-dark-theme = 1;
|
||||||
};
|
};
|
||||||
gtk4.extraConfig = {
|
gtk4.extraConfig = {
|
||||||
gtk-application-prefer-dark-theme=1;
|
gtk-application-prefer-dark-theme = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -168,6 +168,16 @@ in
|
|||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
gh.enable = true;
|
gh.enable = true;
|
||||||
|
neovim = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
vimAlias = true;
|
||||||
|
vimdiffAlias = true;
|
||||||
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
nvim-lspconfig
|
||||||
|
nvim-treesitter.withAllGrammars
|
||||||
|
];
|
||||||
|
};
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.kitty;
|
package = pkgs.kitty;
|
||||||
|
@ -27,6 +27,7 @@ in
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
obs-studio
|
obs-studio
|
||||||
zeroad
|
zeroad
|
||||||
|
blender-hip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# "newuser" = {
|
# "newuser" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user