diff --git a/home/features/coding/emacs.nix b/home/features/coding/emacs.nix index 7ed69e2..462956e 100644 --- a/home/features/coding/emacs.nix +++ b/home/features/coding/emacs.nix @@ -77,6 +77,7 @@ epkgs.nix-mode epkgs.no-littering epkgs.ob-mermaid + epkgs.ob-nix epkgs.org epkgs.org-auto-tangle epkgs.org-bullets diff --git a/home/features/desktop/default.nix b/home/features/desktop/default.nix index fa8c458..5564bb5 100644 --- a/home/features/desktop/default.nix +++ b/home/features/desktop/default.nix @@ -3,7 +3,7 @@ imports = [ ./crypto.nix ./design.nix - ./espanso.nix +# ./espanso.nix ./extrafonts.nix ./media.nix ./office.nix diff --git a/home/features/desktop/hyprland/default.nix b/home/features/desktop/hyprland/default.nix index de27d16..d8c36a1 100644 --- a/home/features/desktop/hyprland/default.nix +++ b/home/features/desktop/hyprland/default.nix @@ -29,8 +29,8 @@ waypipe wireplumber wf-recorder - wl-clipboard wl-mirror + wl-clipboard ydotool ]; } diff --git a/home/features/desktop/waybar.nix b/home/features/desktop/waybar.nix index a70c978..83e61b4 100644 --- a/home/features/desktop/waybar.nix +++ b/home/features/desktop/waybar.nix @@ -28,7 +28,6 @@ waypipe wireplumber wf-recorder - wl-clipboard wl-mirror ydotool ]; diff --git a/hosts/m3-nix/default.nix b/hosts/m3-nix/default.nix index d59f183..1bcda94 100644 --- a/hosts/m3-nix/default.nix +++ b/hosts/m3-nix/default.nix @@ -137,6 +137,6 @@ in { # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "22.11"; # Did you read the comment? + system.stateVersion = "23.11"; # Did you read the comment? }