rename waybar folder to bars, add mangowc, add bar-rs, add bar-rs config, add mangowc config
This commit is contained in:
parent
ab12fa7536
commit
ef01d9c9c0
12 changed files with 592 additions and 82 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue