Merge branch 'main' of gh:greg-hellings/nixos-config

This commit is contained in:
Greg Hellings
2024-08-04 19:07:44 -05:00
39 changed files with 93 additions and 139 deletions
-5
View File
@@ -1,5 +0,0 @@
{ ... }:
{
}
-5
View File
@@ -1,5 +0,0 @@
{ ... }:
{
}
-5
View File
@@ -1,5 +0,0 @@
{ ... }:
{
}
+4 -5
View File
@@ -11,11 +11,10 @@ let
tox
]);
in {
imports = [
../../vscodium.nix
];
greg.pypackage = py;
greg = {
pypackage = py;
vscodium = true;
};
home = {
packages = with pkgs; [
aacs
-4
View File
@@ -1,4 +0,0 @@
{ pkgs, config, ... }:
{
}
+7 -7
View File
@@ -1,16 +1,16 @@
{ pkgs, ... }:
{
imports = [
../../vscodium.nix
];
home.packages = with pkgs; [
(mumble.override { pulseSupport = true; })
logseq
#logseq
];
greg.gui = true;
greg.sway = false;
greg.gnome = false;
greg = {
gui = true;
sway = false;
gnome = false;
vscodium = true;
};
programs.xonsh.sessionVariables.EFI_DIR = "${pkgs.OVMF.fd}/FV/";
}
-5
View File
@@ -1,5 +0,0 @@
{ ... }:
{
}
-4
View File
@@ -1,4 +0,0 @@
{ ... }:
{
}
-4
View File
@@ -1,4 +0,0 @@
{ ... }:
{
}
+1 -3
View File
@@ -1,9 +1,7 @@
{ pkgs, ... }:
{
imports = [
../../vscodium.nix
];
greg.vscodium.enable = true;
home.packages = with pkgs; [
brew
-5
View File
@@ -1,5 +0,0 @@
{ ... }:
{
}