some emacs changes

This commit is contained in:
m3tam3re 2023-06-12 06:18:54 +02:00
parent 96de7b7a71
commit 94e539b24d
5 changed files with 4 additions and 4 deletions

View File

@ -77,6 +77,7 @@
epkgs.nix-mode epkgs.nix-mode
epkgs.no-littering epkgs.no-littering
epkgs.ob-mermaid epkgs.ob-mermaid
epkgs.ob-nix
epkgs.org epkgs.org
epkgs.org-auto-tangle epkgs.org-auto-tangle
epkgs.org-bullets epkgs.org-bullets

View File

@ -3,7 +3,7 @@
imports = [ imports = [
./crypto.nix ./crypto.nix
./design.nix ./design.nix
./espanso.nix # ./espanso.nix
./extrafonts.nix ./extrafonts.nix
./media.nix ./media.nix
./office.nix ./office.nix

View File

@ -29,8 +29,8 @@
waypipe waypipe
wireplumber wireplumber
wf-recorder wf-recorder
wl-clipboard
wl-mirror wl-mirror
wl-clipboard
ydotool ydotool
]; ];
} }

View File

@ -28,7 +28,6 @@
waypipe waypipe
wireplumber wireplumber
wf-recorder wf-recorder
wl-clipboard
wl-mirror wl-mirror
ydotool ydotool
]; ];

View File

@ -137,6 +137,6 @@ in {
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (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?
} }