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",
|
"schizofox": "schizofox",
|
||||||
"shadower": "shadower",
|
"shadower": "shadower",
|
||||||
"split-monitor-workspaces": "split-monitor-workspaces",
|
"split-monitor-workspaces": "split-monitor-workspaces",
|
||||||
"waybar": "waybar"
|
"wabar": "wabar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rust-analyzer-src": {
|
"rust-analyzer-src": {
|
||||||
|
@ -2224,7 +2224,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"waybar": {
|
"wabar": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-compat": "flake-compat_9",
|
"flake-compat": "flake-compat_9",
|
||||||
"nixpkgs": "nixpkgs_13"
|
"nixpkgs": "nixpkgs_13"
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
ags.url = "github:Aylur/ags";
|
ags.url = "github:Aylur/ags";
|
||||||
|
|
||||||
waybar.url = "github:Alexays/Waybar";
|
wabar.url = "github:Alexays/Waybar";
|
||||||
|
|
||||||
impurity.url = "github:outfoxxed/impurity.nix";
|
impurity.url = "github:outfoxxed/impurity.nix";
|
||||||
};
|
};
|
||||||
|
|
|
@ -4,6 +4,6 @@ _: {
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./profile.nix
|
./profile.nix
|
||||||
./programs.nix
|
./programs.nix
|
||||||
./waybar.nix
|
./wabar.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ in {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.waybar.packages.${pkgs.system}.waybar;
|
package = inputs.wabar.packages.${pkgs.system}.waybar;
|
||||||
settings.mainBar = {
|
settings.mainBar = {
|
||||||
gtk-layer-shell = true;
|
gtk-layer-shell = true;
|
||||||
layer = "top";
|
layer = "top";
|
Loading…
Reference in a new issue