ags is finally mostly setup...

This commit is contained in:
Chris Cochrun 2024-06-25 06:50:44 -05:00
parent 3eda03e1d8
commit 7311597752
18 changed files with 26906 additions and 202 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, ags, ... }:
let
laptop = builtins.readFile "/etc/hostname" == "syl\n";
@ -6,7 +6,7 @@ in
{
imports = [
./modules/hyprland.nix
# ags.homeManagerModules.default
ags.homeManagerModules.default
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
@ -729,14 +729,14 @@ tooltip label {
source = ../.config/fish/functions;
};
# programs.ags = {
# enable = true;
# extraPackages = with pkgs; [
# gtksourceview
# webkitgtk
# accountsservice
# ];
# };
programs.ags = {
enable = true;
extraPackages = with pkgs; [
gtksourceview
webkitgtk
accountsservice
];
};
programs.fish = {
enable = true;

View file

@ -327,10 +327,11 @@ in
exec-once = [
"kwalletd5"
"eww daemon"
# "eww daemon"
"swww-daemon --format xrgb"
"eww open ${if laptop then "bar0" else "bar1"}"
"dunst"
# "eww open ${if laptop then "bar0" else "bar1"}"
# "dunst"
"ags"
"rbw-agent"
"/home/chris/bin/startup.sh"
"hyprctl dispatch --batch 'splitratio 1; splitration -0.35'"