hyprland: add bar, bg, launcher
Some checks failed
Check flake / build-amd64-linux (push) Failing after 4m19s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 4m19s
This commit is contained in:
parent
95b7a88501
commit
66693696d9
@ -17,12 +17,21 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.hyprland.enable = true;
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
# withUWSM = true;
|
||||
};
|
||||
|
||||
# programs.uwsm.enable = true;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
user.packages = with pkgs; [
|
||||
user.packages = with pkgs.unstable; [
|
||||
anyrun
|
||||
hyprpaper
|
||||
mpv
|
||||
walker
|
||||
waybar
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user