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;
|
xdg.enable = true;
|
||||||
home.packages = [ pkgs.hyprshell ];
|
home.packages = [ pkgs.hyprshell ];
|
||||||
};
|
|
||||||
# Autostart (systemd user service)
|
# Autostart (systemd user service)
|
||||||
systemd.user.services.hyprshell = {
|
systemd.user.services.hyprshell = {
|
||||||
Unit = {
|
Unit = {
|
||||||
@@ -1872,7 +1871,7 @@ You'll notice the color values in multiple places outside this as well.
|
|||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Hyperexpo
|
** Hyprexpo
|
||||||
hyprexpo gets installed and configured
|
hyprexpo gets installed and configured
|
||||||
#+begin_src nix :tangle home/desktop/hyprexpo.nix :noweb tangle :mkdirp yes.
|
#+begin_src nix :tangle home/desktop/hyprexpo.nix :noweb tangle :mkdirp yes.
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
{
|
{
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
home.packages = [ pkgs.hyprshell ];
|
home.packages = [ pkgs.hyprshell ];
|
||||||
};
|
|
||||||
# Autostart (systemd user service)
|
# Autostart (systemd user service)
|
||||||
systemd.user.services.hyprshell = {
|
systemd.user.services.hyprshell = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
|||||||
Reference in New Issue
Block a user