Replace waybar with ags.
This commit is contained in:
parent
989a814ff5
commit
5a9cb2d981
10 changed files with 373 additions and 60 deletions
|
@ -25,6 +25,9 @@
|
|||
url = "github:AdnanHodzic/auto-cpufreq";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# ags for cool widgets
|
||||
ags.url = "github:aylur/ags";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -55,6 +58,7 @@
|
|||
imports = [
|
||||
./hosts/nixos/home.nix
|
||||
./modules/home-manager
|
||||
inputs.ags.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue