Compare commits
No commits in common. "6643b7c5e5900c32ca7b42d7f9a82a61a9b829c4" and "c706635334bb2e0838058c155ff1118fe296c772" have entirely different histories.
6643b7c5e5
...
c706635334
@ -109,36 +109,7 @@ in {
|
|||||||
xdg = {
|
xdg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mime.enable = true;
|
mime.enable = true;
|
||||||
mimeApps = {
|
mimeApps.enable = true;
|
||||||
enable = true;
|
|
||||||
associations.added = {
|
|
||||||
"x-scheme-handler/http" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"x-scheme-handler/https" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"x-scheme-handler/chrome" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"text/html" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-htm" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-html" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-shtml" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/xhtml+xml" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-xhtml" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-xht" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
|
|
||||||
};
|
|
||||||
defaultApplications = {
|
|
||||||
"application/pdf" = [ "org.pwmt.zathura.desktop" ];
|
|
||||||
"x-scheme-handler/http" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"x-scheme-handler/https" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"x-scheme-handler/chrome" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"text/html" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-htm" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-html" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-shtml" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/xhtml+xml" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-xhtml" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
"application/x-extension-xht" = [ "firefoxdeveloperedition.desktop" ];
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
systemDirs.data = [
|
systemDirs.data = [
|
||||||
"${config.home.homeDirectory}/.nix-profile/share"
|
"${config.home.homeDirectory}/.nix-profile/share"
|
||||||
"/usr/share"
|
"/usr/share"
|
||||||
@ -147,10 +118,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
firefox = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.firefox-devedition;
|
|
||||||
};
|
|
||||||
waybar = {
|
waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
@ -215,12 +182,15 @@ in {
|
|||||||
targets.compositor = {
|
targets.compositor = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Unit for DE to launch";
|
Description = "Unit for DE to launch";
|
||||||
ConditionEnvironment = [ "WAYLAND_DISPLAY" "DISPLAY" ];
|
ConditionEnvironment =
|
||||||
|
[ "WAYLAND_DISPLAY" "DISPLAY" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
waybar = {
|
waybar = {
|
||||||
Service.Environment = [ "GTK_THEME='THIS THEME DOES NOT EXIST!'" ];
|
Service.Environment = [
|
||||||
|
"GTK_THEME='THIS THEME DOES NOT EXIST!'"
|
||||||
|
];
|
||||||
Service.ExecStartPre = "env";
|
Service.ExecStartPre = "env";
|
||||||
Install.WantedBy = [ "compositor.target" ];
|
Install.WantedBy = [ "compositor.target" ];
|
||||||
Unit = {
|
Unit = {
|
||||||
|
@ -13,6 +13,7 @@ exec-once = slimbookbattery --minimize
|
|||||||
exec = clight-gui --tray
|
exec = clight-gui --tray
|
||||||
exec = systemd-run --user -u wallpaper-manager ~/.config/hypr/scripts/init-wallpapers.bash || systemctl --user restart wallpaper-manager
|
exec = systemd-run --user -u wallpaper-manager ~/.config/hypr/scripts/init-wallpapers.bash || systemctl --user restart wallpaper-manager
|
||||||
exec-once = xwaylandvideobridge
|
exec-once = xwaylandvideobridge
|
||||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP PATH
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME GTK_THEME
|
||||||
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME GTK_THEME
|
||||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||||
exec-once = systemctl --user start compositor.target
|
exec-once = systemctl --user start compositor.target
|
||||||
|
Loading…
Reference in New Issue
Block a user