rename waybar folder to bars, add mangowc, add bar-rs, add bar-rs config, add mangowc config

This commit is contained in:
alyx 2026-03-09 16:02:07 +00:00
parent ab12fa7536
commit ef01d9c9c0
Signed by: alyx
SSH key fingerprint: SHA256:ikXQIBRoakFdxVU/cImm2/V8XxM0gMJU8QybMfU66H0
12 changed files with 592 additions and 82 deletions

View file

@ -9,11 +9,12 @@
nixpkgs-xr.url = "github:nix-community/nixpkgs-xr";
nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
noctalia.url = "github:noctalia-dev/noctalia-shell";
noctalia.inputs.nixpkgs.follows = "nixpkgs";
mangowc.url = "github:mangowm/mango";
mangowc.inputs.nixpkgs.follows = "nixpkgs";
bar-rs.url = "github:cydiralis/bar-rs";
};
outputs = inputs@{self, nixpkgs, home-manager, nixpkgs-xr, nix-index-database, noctalia, ...}:{
outputs = inputs@{self, nixpkgs, home-manager, nixpkgs-xr, nix-index-database, ...}:{
nixosConfigurations."fenix" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };