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