mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add in BOINC
This commit is contained in:
parent
fd67317b1b
commit
cfeb528bcb
2 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ in {
|
||||||
"1password-cli"
|
"1password-cli"
|
||||||
"amethyst"
|
"amethyst"
|
||||||
"audacity"
|
"audacity"
|
||||||
|
"boinc"
|
||||||
"cakebrew"
|
"cakebrew"
|
||||||
"elgato-stream-deck"
|
"elgato-stream-deck"
|
||||||
"firefox"
|
"firefox"
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,7 @@ in {
|
||||||
# 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; [
|
||||||
|
boinc
|
||||||
brightnessctl
|
brightnessctl
|
||||||
dconf2nix
|
dconf2nix
|
||||||
file
|
file
|
||||||
|
|
@ -140,6 +141,8 @@ in {
|
||||||
# Provides secret storage
|
# Provides secret storage
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
|
||||||
|
services.boinc.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