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": {
|
"locked": {
|
||||||
"lastModified": 1653885703,
|
"lastModified": 1653236640,
|
||||||
"narHash": "sha256-4GMn8SQRPUM2bMNeCDYEN4Ur0Bfob18QXwuQMGOdhAk=",
|
"narHash": "sha256-Bcfp3mXCT4rLGH8QFu21SAoOG0zb4CEIH4RI1w1m290=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "140928a84b535f0566f9fc881de29012e7e9331c",
|
"rev": "6dadf0d6dd983d4fcb5c688e98340e1441a0a74d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
|
"rev": "6dadf0d6dd983d4fcb5c688e98340e1441a0a74d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
emacs-overlay = {
|
emacs-overlay = {
|
||||||
url = "github:nix-community/emacs-overlay";
|
url = "github:nix-community/emacs-overlay?rev=6dadf0d6dd983d4fcb5c688e98340e1441a0a74d";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
brightnessctl
|
brightnessctl
|
||||||
element-desktop
|
element-desktop
|
||||||
|
signal-desktop
|
||||||
teams
|
teams
|
||||||
zoom-us
|
zoom-us
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user