rebuilding minimised nix files
This commit is contained in:
+299
-300
File diff suppressed because it is too large
Load Diff
@@ -1766,7 +1766,6 @@ For nice task-starting and -switching
|
||||
{
|
||||
xdg.enable = true;
|
||||
home.packages = [ pkgs.hyprshell ];
|
||||
};
|
||||
# Autostart (systemd user service)
|
||||
systemd.user.services.hyprshell = {
|
||||
Unit = {
|
||||
@@ -1872,7 +1871,7 @@ You'll notice the color values in multiple places outside this as well.
|
||||
}
|
||||
#+end_src
|
||||
|
||||
** Hyperexpo
|
||||
** Hyprexpo
|
||||
hyprexpo gets installed and configured
|
||||
#+begin_src nix :tangle home/desktop/hyprexpo.nix :noweb tangle :mkdirp yes.
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
{
|
||||
xdg.enable = true;
|
||||
home.packages = [ pkgs.hyprshell ];
|
||||
};
|
||||
# Autostart (systemd user service)
|
||||
systemd.user.services.hyprshell = {
|
||||
Unit = {
|
||||
|
||||
Reference in New Issue
Block a user