nomore ags

This commit is contained in:
Sakooooo 2024-08-08 16:15:12 +04:00
parent ec988bb2bd
commit ff4a8d2557
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 10 additions and 10 deletions

View file

@ -25,10 +25,10 @@
url = "github:nix-community/emacs-overlay"; url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ags = { # ags = {
url = "github:Aylur/ags"; # url = "github:Aylur/ags";
inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
}; # };
}; };
outputs = { outputs = {
@ -38,7 +38,7 @@
NixOS-WSL, NixOS-WSL,
sops-nix, sops-nix,
emacs-overlay, emacs-overlay,
ags, # ags,
... ...
} @ inputs: let } @ inputs: let
inherit (self) outputs; inherit (self) outputs;

View file

@ -84,7 +84,7 @@ in
waybar waybar
# lock # lock
# swaylock # swaylock
ags # ags
brightnessctl brightnessctl
inotify-tools inotify-tools
greetd.tuigreet greetd.tuigreet
@ -97,7 +97,7 @@ in
programs.hyprlock.enable = true; programs.hyprlock.enable = true;
# ags battery # ags battery
services.upower.enable = true; # services.upower.enable = true;
# piece of shit thanks! # piece of shit thanks!
services.emacs.startWithGraphical = false; services.emacs.startWithGraphical = false;
@ -125,9 +125,9 @@ in
# this automatically sets the types # this automatically sets the types
# thanks PartyWumpus # thanks PartyWumpus
# https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492 # https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492
"/nixos/config/ags/types" = { # "/nixos/config/ags/types" = {
source = "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types"; # source = "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types";
}; # };
}; };
xdg.configFile = { xdg.configFile = {
hypr = { hypr = {