minor fixes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
|
||||
# Lix
|
||||
nixpkgs.overlays = [ (final: prev: {
|
||||
inherit (prev.lixPackageSets.stable)
|
||||
nixpkgs-review
|
||||
@@ -10,7 +11,6 @@
|
||||
nix-fast-build
|
||||
colmena;
|
||||
}) ];
|
||||
|
||||
nix.package = pkgs.lixPackageSets.stable.lix;
|
||||
|
||||
# 🇺🇸
|
||||
@@ -118,6 +118,7 @@
|
||||
xbindkeys
|
||||
xdotool
|
||||
xmodmap
|
||||
nixfmt
|
||||
];
|
||||
|
||||
services.usbmuxd = {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{...}:
|
||||
{ ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "TheCrazyInsanity";
|
||||
userEmail = "notarealemailcheckmysite@thecrazyinsanity.win";
|
||||
user.name = "TheCrazyInsanity";
|
||||
user.email = "notarealemailcheckmysite@thecrazyinsanity.win";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{pkgs, ...}:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
discord
|
||||
jami
|
||||
element-desktop
|
||||
signal-desktop
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user