a metric butt ton of updates that idk....
This commit is contained in:
parent
972aec6926
commit
fc5a0acaec
18 changed files with 486 additions and 405 deletions
|
@ -316,6 +316,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.file.".mozilla/native-messaging-hosts".source = "/run/current-system/sw/lib/mozilla/native-messaging-hosts";
|
||||
|
||||
home.file.".mozilla/firefox/nw77o6yc.default/chrome" = {
|
||||
source = ../firefox/chrome;
|
||||
recursive = true;
|
||||
|
@ -340,9 +342,7 @@
|
|||
source = ../fish/functions;
|
||||
};
|
||||
|
||||
home.file.".config/hypr" = {
|
||||
source = ../hypr;
|
||||
};
|
||||
home.file.".config/hypr".source = config.lib.file.mkOutOfStoreSymlink ../hypr;
|
||||
|
||||
home.file.".config/dunst" = {
|
||||
source = ../dunst;
|
||||
|
@ -535,8 +535,10 @@
|
|||
After = [ "graphical-session.target" ];
|
||||
# PartOf = [ "plasma-workspace.target" ];
|
||||
};
|
||||
|
||||
# Install = { WantedBy = [ "plasma-workspace.target" ]; };
|
||||
Service = {
|
||||
Environment = ["PATH=/etc/profiles/per-user/chris/bin"
|
||||
"WAYLAND_DISPLAY=wayland-1"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue