Add defaults

This commit is contained in:
Greg Hellings
2023-08-21 10:34:42 -05:00
parent 8c0a5cac2a
commit 48cd596207
13 changed files with 53 additions and 3 deletions
-3
View File
@@ -36,10 +36,8 @@
home.stateVersion = "23.05";
home.packages = with pkgs; [
bitwarden-cli
brew
diffutils
findutils
gimp
git
gnupatch
gregpy
@@ -56,7 +54,6 @@
transcrypt
tree
unzip
vagrant
wget
];
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+3
View File
@@ -1,6 +1,9 @@
{ pkgs, lib, ...}:
{
home.packages = with pkgs; [
brew
];
home.file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
"[global]"
"retries = 1"
+2
View File
@@ -2,11 +2,13 @@
{
home.packages = with pkgs; [
gimp
gnucash
ffmpeg
handbrake
libtheora
makemkv
synology-drive-client
vagrant
];
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
brew
];
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+1
View File
@@ -26,6 +26,7 @@ let
home-manager.extraSpecialArgs = {
inherit gnome gui inputs overlays;
home = "/home/greg";
host = name;
};
}
inputs.agenix.nixosModules.default