Add comma, remove syncthing service
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Gabriel Simmer 2023-09-13 23:17:50 +01:00
parent 02a9a0b23b
commit ed21f70a53
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -1,7 +1,11 @@
{ config, pkgs, callPackage, ... }:
{ config, pkgs, callPackage, lib, ... }:
{
nixpkgs = {
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"parsec-bin"
"discord"
];
config.allowUnfree = true;
overlays =
let
@ -12,17 +16,13 @@
[
(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
sha256 = "13h6m5dq1kvy6qv0qqil5l3hyv1pwz7g1mxz3h74a75bi47iasbi";
sha256 = "0h5jabl78dpgknf5p3q5wmwx1856ywjh3nxlbsrqk8fr1g3aix8n";
})) discordOverlay];
};
home = {
username = "gsimmer";
homeDirectory = "/home/gsimmer";
};
services.syncthing = {
enable = true;
};
programs = {
bash.enable = false;
@ -564,6 +564,7 @@ $env.config = {
rage
discord
mangohud
comma
];
# This value determines the Home Manager release that your