mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Fix Element
This commit is contained in:
parent
4641e6a4ee
commit
82c5aacfa0
1 changed files with 8 additions and 0 deletions
|
|
@ -93,6 +93,11 @@ in {
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Well, this sucks, hopefully a fixed version is available soon...
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-21.4.4"
|
||||
];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -132,6 +137,9 @@ in {
|
|||
# Used by Nautilus
|
||||
services.gvfs.enable = true;
|
||||
|
||||
# Provides secret storage
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
nix.settings = {
|
||||
allowed-users = [ "${user}" ];
|
||||
experimental-features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue