fix things

This commit is contained in:
zack 2024-09-12 14:09:39 -04:00
parent d6f532f389
commit 31d2590613
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
7 changed files with 22 additions and 376 deletions

View file

@ -41,7 +41,7 @@ in {
config = mkIf cfg.enable {
wayland.windowManager.hyprland = {
enable = true;
# xwayland.enable = true;
xwayland.enable = true;
# package = inputs.hyprland.packages.${system}.default;
systemd = {

View file

@ -71,7 +71,8 @@ in {
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-wlr
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
# inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-hyprland
pkgs.xwaylandvideobridge
];
};

View file

@ -21,7 +21,6 @@ in {
work = {
config = ''config /home/zoey/Downloads/zachary_myers.ovpn'';
updateResolvConf = true;
extraArgs = [''''];
};
};
};

View file

@ -35,7 +35,6 @@ in {
noto-fonts-emoji
jetbrains-mono
(nerdfonts.override {fonts = ["Iosevka" "JetBrainsMono"];})
custom.zed-fonts
];
enableDefaultPackages = false;
@ -48,7 +47,7 @@ in {
"Iosevka"
"Noto Color Emoji"
];
sansSerif = ["Zed Sans" "Noto Color Emoji"];
sansSerif = ["Iosevka" "Noto Color Emoji"];
serif = ["Noto Serif" "Noto Color Emoji"];
emoji = ["Noto Color Emoji"];
};