mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
commit
e2335dc6ca
1 changed files with 8 additions and 0 deletions
|
|
@ -93,6 +93,11 @@ in {
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
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:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
@ -132,6 +137,9 @@ in {
|
||||||
# Used by Nautilus
|
# Used by Nautilus
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
|
|
||||||
|
# Provides secret storage
|
||||||
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
allowed-users = [ "${user}" ];
|
allowed-users = [ "${user}" ];
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue