forked from poz/niksos
waybar -> wabar
This commit is contained in:
parent
2736c650ff
commit
25e30dd976
4 changed files with 5 additions and 5 deletions
|
@ -1869,7 +1869,7 @@
|
|||
"schizofox": "schizofox",
|
||||
"shadower": "shadower",
|
||||
"split-monitor-workspaces": "split-monitor-workspaces",
|
||||
"waybar": "waybar"
|
||||
"wabar": "wabar"
|
||||
}
|
||||
},
|
||||
"rust-analyzer-src": {
|
||||
|
@ -2224,7 +2224,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"waybar": {
|
||||
"wabar": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat_9",
|
||||
"nixpkgs": "nixpkgs_13"
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
ags.url = "github:Aylur/ags";
|
||||
|
||||
waybar.url = "github:Alexays/Waybar";
|
||||
wabar.url = "github:Alexays/Waybar";
|
||||
|
||||
impurity.url = "github:outfoxxed/impurity.nix";
|
||||
};
|
||||
|
|
|
@ -4,6 +4,6 @@ _: {
|
|||
./hardware-configuration.nix
|
||||
./profile.nix
|
||||
./programs.nix
|
||||
./waybar.nix
|
||||
./wabar.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = inputs.waybar.packages.${pkgs.system}.waybar;
|
||||
package = inputs.wabar.packages.${pkgs.system}.waybar;
|
||||
settings.mainBar = {
|
||||
gtk-layer-shell = true;
|
||||
layer = "top";
|
Loading…
Reference in a new issue