home/natto/ags: i have 3 iq
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -11,6 +11,16 @@ let
 | 
			
		||||
    imagemagick
 | 
			
		||||
    config.wayland.windowManager.hyprland.package
 | 
			
		||||
  ] ++ lib.optional config.isLaptop brightnessctl;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  configDir = lib.cleanSourceWith {
 | 
			
		||||
    src = ./.;
 | 
			
		||||
    filter = name: _:
 | 
			
		||||
      let
 | 
			
		||||
        baseName = baseNameOf (toString name);
 | 
			
		||||
      in
 | 
			
		||||
        !(lib.hasSuffix ".nix" baseName);
 | 
			
		||||
  };
 | 
			
		||||
in
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
@@ -19,6 +29,11 @@ in
 | 
			
		||||
 | 
			
		||||
  programs.ags.enable = true;
 | 
			
		||||
 | 
			
		||||
  xdg.configFile."ags" = {
 | 
			
		||||
    source = configDir;
 | 
			
		||||
    recursive = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  systemd.user.services.ags = {
 | 
			
		||||
    Unit = {
 | 
			
		||||
      Description = "Aylur's Gtk Shell";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user