From ff4a8d2557a571e01d6b594e69a8a23fb2ca0474 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:15:12 +0400 Subject: [PATCH] nomore ags --- flake.nix | 10 +++++----- modules/desktop/hyprland/default.nix | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index c590b5e9..bf7f1692 100644 --- a/flake.nix +++ b/flake.nix @@ -25,10 +25,10 @@ url = "github:nix-community/emacs-overlay"; inputs.nixpkgs.follows = "nixpkgs"; }; - ags = { - url = "github:Aylur/ags"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # ags = { + # url = "github:Aylur/ags"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; }; outputs = { @@ -38,7 +38,7 @@ NixOS-WSL, sops-nix, emacs-overlay, - ags, + # ags, ... } @ inputs: let inherit (self) outputs; diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index dddd1db5..b30a6b99 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -84,7 +84,7 @@ in waybar # lock # swaylock - ags + # ags brightnessctl inotify-tools greetd.tuigreet @@ -97,7 +97,7 @@ in programs.hyprlock.enable = true; # ags battery - services.upower.enable = true; + # services.upower.enable = true; # piece of shit thanks! services.emacs.startWithGraphical = false; @@ -125,9 +125,9 @@ in # this automatically sets the types # thanks PartyWumpus # https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492 - "/nixos/config/ags/types" = { - source = "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types"; - }; + # "/nixos/config/ags/types" = { + # source = "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types"; + # }; }; xdg.configFile = { hypr = {