stylix: move to hyprland module
Some checks failed
Check flake / build-amd64-linux (push) Failing after 2m22s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 2m22s
This commit is contained in:
@ -18,10 +18,6 @@
|
||||
./hyprland
|
||||
];
|
||||
|
||||
fonts.fontconfig.defaultFonts.sansSerif = [
|
||||
"Segoe UI"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# ardour
|
||||
# audacity
|
||||
|
@ -18,6 +18,10 @@ in
|
||||
./waybar.nix
|
||||
];
|
||||
|
||||
fonts.fontconfig.defaultFonts.sansSerif = [
|
||||
"SF Pro Text"
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
# plugins = [ hypr-dynamic-cursors ]; # https://github.com/VirtCode/hypr-dynamic-cursors
|
||||
|
Reference in New Issue
Block a user