mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Pin emacs overlay to a working version, add signal-desktop
This commit is contained in:
parent
cfcec4c437
commit
8704153097
7
flake.lock
generated
7
flake.lock
generated
@ -73,16 +73,17 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1653885703,
|
||||
"narHash": "sha256-4GMn8SQRPUM2bMNeCDYEN4Ur0Bfob18QXwuQMGOdhAk=",
|
||||
"lastModified": 1653236640,
|
||||
"narHash": "sha256-Bcfp3mXCT4rLGH8QFu21SAoOG0zb4CEIH4RI1w1m290=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "140928a84b535f0566f9fc881de29012e7e9331c",
|
||||
"rev": "6dadf0d6dd983d4fcb5c688e98340e1441a0a74d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "6dadf0d6dd983d4fcb5c688e98340e1441a0a74d",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
};
|
||||
|
||||
emacs-overlay = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
url = "github:nix-community/emacs-overlay?rev=6dadf0d6dd983d4fcb5c688e98340e1441a0a74d";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
brightnessctl
|
||||
element-desktop
|
||||
signal-desktop
|
||||
teams
|
||||
zoom-us
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user