some emacs changes
This commit is contained in:
parent
96de7b7a71
commit
94e539b24d
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
imports = [
|
||||
./crypto.nix
|
||||
./design.nix
|
||||
./espanso.nix
|
||||
# ./espanso.nix
|
||||
./extrafonts.nix
|
||||
./media.nix
|
||||
./office.nix
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
waypipe
|
||||
wireplumber
|
||||
wf-recorder
|
||||
wl-clipboard
|
||||
wl-mirror
|
||||
wl-clipboard
|
||||
ydotool
|
||||
];
|
||||
}
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
waypipe
|
||||
wireplumber
|
||||
wf-recorder
|
||||
wl-clipboard
|
||||
wl-mirror
|
||||
ydotool
|
||||
];
|
||||
|
|
|
@ -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?
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue