trying ags

This commit is contained in:
cnst
2024-07-14 16:12:48 +02:00
parent b6a435c14f
commit 53cbebb9dd
5 changed files with 45 additions and 10 deletions

View File

@@ -0,0 +1,22 @@
{
inputs,
pkgs,
...
}: {
# add the home manager module
imports = [inputs.ags.homeManagerModules.default];
programs.ags = {
enable = true;
# null or path, leave as null if you don't want hm to manage the config
configDir = ./.;
# additional packages to add to gjs's runtime
extraPackages = with pkgs; [
gtksourceview
webkitgtk
accountsservice
];
};
}

View File

@@ -6,6 +6,15 @@
css
*/
''
/**
* @name Material Gruvbox
* @.
* @author Costeer
* @version 1.5.0
* @website https://github.com/Costeer
* @source https://github.com/Costeer/Gruvbox-Material-Themes
*/
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css);
:root {
@@ -19,7 +28,9 @@
--textdark: 146, 131, 116;
--textdarker: 146, 131, 116;
--textdarkest: 80, 80, 80;
--font: Input Sans Narrow 10;
--font: Input Sans Narrow;
--main-font: Input Sans Narrow;
--code-font: Input Mono Compressed;
--backgroundaccent: 80, 73, 69;
--backgroundprimary: 60, 56, 54;
--backgroundsecondary: 50, 48, 47;

View File

@@ -4,6 +4,7 @@
../../core/gui/gtk
../../core/gui/mako
../../core/gui/waybar
../../core/gui/ags
../../core/gui/xdg
# core.tui
../../core/tui/git/cnst.nix