mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-22 20:00:54 +01:00
Compare commits
2 commits
5f8520a610
...
4bfd68ee75
Author | SHA1 | Date | |
---|---|---|---|
4bfd68ee75 | |||
8f03af4796 |
4 changed files with 13 additions and 2 deletions
|
@ -45,6 +45,7 @@ import "${nixpkgs}/nixos/lib/eval-config.nix" {
|
|||
networking.hostName = name;
|
||||
nixpkgs.overlays = lib.mkAfter [
|
||||
(overlay-unstable system)
|
||||
(import "${inputs.emacs-overlay}/overlays/emacs.nix")
|
||||
(_final: prev: {
|
||||
waybar = prev.waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
|
|
10
lon.lock
10
lon.lock
|
@ -51,6 +51,16 @@
|
|||
"url": "https://github.com/JulienMalka/dns.nix/archive/922d6a72ae1f4436cc8f8e04080c50aa65e0d749.tar.gz",
|
||||
"hash": "sha256-K2X21U4sSYtEZiDM0Eg/IV4wRs80kztLi6qaVDIUCJE="
|
||||
},
|
||||
"emacs-overlay": {
|
||||
"type": "GitHub",
|
||||
"fetchType": "tarball",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"branch": "master",
|
||||
"revision": "920cd4e86af18bd67a60013d80a79ff2cd7a176b",
|
||||
"url": "https://github.com/nix-community/emacs-overlay/archive/920cd4e86af18bd67a60013d80a79ff2cd7a176b.tar.gz",
|
||||
"hash": "sha256-rQY2wY+KTGIH2oZFyqdsODjqmOJqyn+0BNURADQHi/s="
|
||||
},
|
||||
"git-hooks": {
|
||||
"type": "GitHub",
|
||||
"fetchType": "tarball",
|
||||
|
|
|
@ -119,7 +119,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
tailscale
|
||||
brightnessctl
|
||||
unstable.diffoscope
|
||||
sbctl
|
||||
wl-mirror
|
||||
texlive.combined.scheme-full
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs30;
|
||||
package = pkgs.emacs-igc;
|
||||
extraPackages = epkgs: [
|
||||
epkgs.mu4e
|
||||
];
|
||||
|
@ -100,6 +100,7 @@
|
|||
zotero
|
||||
emacsPackages.jinx
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.fr-moderne
|
||||
forge-sparks
|
||||
citations
|
||||
blanket
|
||||
|
|
Loading…
Add table
Reference in a new issue