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