Compare commits
No commits in common. "e028757a1d60babc92d4fa44b4da698a39dd4860" and "58bcac32f080088b7cdbcbf9423c5b9f64957df0" have entirely different histories.
e028757a1d
...
58bcac32f0
2 changed files with 2 additions and 1 deletions
|
@ -148,6 +148,7 @@
|
||||||
users.${user} = {
|
users.${user} = {
|
||||||
imports = [
|
imports = [
|
||||||
./home-manager/browser.nix
|
./home-manager/browser.nix
|
||||||
|
#FIXME - No idea why this is failing with a 'too many files open' error
|
||||||
./home-manager/gauntlet.nix
|
./home-manager/gauntlet.nix
|
||||||
./home-manager/plasma.nix
|
./home-manager/plasma.nix
|
||||||
./home-manager/tpm.nix
|
./home-manager/tpm.nix
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
tmpfile = $(mktemp)
|
tmpfile = $(mktemp)
|
||||||
gh copilot alias -- bash > @(tmpfile)
|
gh copilot alias -- bash > @(tmpfile)
|
||||||
source-bash @(tmpfile)
|
source-bash @(tmpfile)
|
||||||
ulimit -n 4096 # This is so that Gauntlet is able to be built
|
ulimit -n 4096
|
||||||
'';
|
'';
|
||||||
package = pkgs.xonsh.override {
|
package = pkgs.xonsh.override {
|
||||||
extraPackages = ps: [
|
extraPackages = ps: [
|
||||||
|
|
Loading…
Add table
Reference in a new issue