Adapted hyprland configurations for new breaking changes, and some misc adjustments
adjusted hyprland config for new breaking changes capitalized 'Description' keys in userservices altered shell aliases and added missing autosuggest option in zsh/options.nix rebuild now has dry run flags added hyprpaper to packages.nix updated check_updates service to check the upstream nixpkgs channel instead of my local flake pkgs
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
services = {
|
||||
loginSound = {
|
||||
Unit= {
|
||||
description = "Plays a sound on login";
|
||||
Description = "Plays a sound on login";
|
||||
After = [ "graphical-session.target" ];
|
||||
WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
@@ -27,7 +27,7 @@
|
||||
};
|
||||
maintenanceCheck = {
|
||||
Unit = {
|
||||
description = "Check for updates in my maintained packages";
|
||||
Description = "Check for updates in my maintained packages";
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
||||
Reference in New Issue
Block a user