Compare commits
2 commits
58bcac32f0
...
e028757a1d
Author | SHA1 | Date | |
---|---|---|---|
e028757a1d | |||
dae7fed01f |
2 changed files with 1 additions and 2 deletions
|
@ -148,7 +148,6 @@
|
||||||
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
|
ulimit -n 4096 # This is so that Gauntlet is able to be built
|
||||||
'';
|
'';
|
||||||
package = pkgs.xonsh.override {
|
package = pkgs.xonsh.override {
|
||||||
extraPackages = ps: [
|
extraPackages = ps: [
|
||||||
|
|
Loading…
Add table
Reference in a new issue