a metric butt ton of updates that idk....

This commit is contained in:
Chris Cochrun 2022-12-08 12:15:21 -06:00
parent 972aec6926
commit fc5a0acaec
18 changed files with 486 additions and 405 deletions

View file

@ -183,7 +183,7 @@ services.xserver = {
displayManager = {
startx.enable = true;
sddm = {
enable = true;
enable = false;
};
session = [
{
@ -361,6 +361,7 @@ rsync
jq
ripgrep
fd
socat
ffmpeg-full
imagemagick
libheif
@ -420,6 +421,7 @@ libnotify
rofi-wayland
wofi
waybar
tridactyl-native
eww-wayland
wlrctl
hyprpaper
@ -605,6 +607,7 @@ services.emacs = {
no-littering
tree-sitter
tree-sitter-langs
rustic
evil
evil-collection
general
@ -2272,6 +2275,8 @@ I also use home-manager for managing dotfiles. This means that everything is con
};
};
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;
@ -2296,9 +2301,7 @@ I also use home-manager for managing dotfiles. This means that everything is con
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;
@ -2491,8 +2494,10 @@ I also use home-manager for managing dotfiles. This means that everything is con
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"];
};
};
};