Add waybar.
This commit is contained in:
parent
890c4bf464
commit
5cfe3dabcd
@ -36,6 +36,8 @@
|
||||
noto-fonts-cjk
|
||||
|
||||
cantarell_fonts # from gnome3 module
|
||||
|
||||
font-awesome_5
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
imports =
|
||||
[
|
||||
./common-headless.nix
|
||||
./i3.nix
|
||||
./sway.nix
|
||||
./large-sw.nix
|
||||
./uefi.nix
|
||||
./fstrim.nix
|
||||
|
@ -16,4 +16,6 @@
|
||||
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||
};
|
||||
|
||||
nixpkgs.config.pulseaudio = true;
|
||||
|
||||
}
|
||||
|
1
sway.nix
1
sway.nix
@ -7,6 +7,7 @@
|
||||
|
||||
environment.systemPackages = with pkgs; with gnome3; [
|
||||
i3status
|
||||
waybar
|
||||
wofi
|
||||
ydotool
|
||||
feh
|
||||
|
Loading…
Reference in New Issue
Block a user