Skip to content

Commit

Permalink
Temporarily use waybar from nixpkgs-wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
arnarg committed Mar 3, 2021
1 parent 90e2de9 commit 323ebc6
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 3 deletions.
69 changes: 69 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

nix = { url = "github:nixos/nix"; };
home = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; };
nixpkgs-wayland = { url = "github:colemickens/nixpkgs-wayland"; };
};

#############
Expand Down Expand Up @@ -109,7 +110,7 @@
'';

nixPath = [
"pkgs=${inputs.self}/compat"
"nixpkgs=${inputs.self}/compat"
"nixos-config=${inputs.self}/compat/nixos"
];

Expand Down
4 changes: 2 additions & 2 deletions profiles/desktop/sway/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, lib, pkgs, mypkgs, ... }:
{ config, lib, pkgs, mypkgs, inputs, system, ... }:
let
cfg = config.local.desktop.sway;

Expand Down Expand Up @@ -59,7 +59,7 @@ in with pkgs.stdenv; with lib; {

home-manager.users.arnar = {
home.packages = with pkgs; [
(waybar.override { pulseSupport = true; })
inputs.nixpkgs-wayland.packages.${system}.waybar
];

# Sway
Expand Down

0 comments on commit 323ebc6

Please sign in to comment.