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} = {
|
||||
imports = [
|
||||
./home-manager/browser.nix
|
||||
#FIXME - No idea why this is failing with a 'too many files open' error
|
||||
./home-manager/gauntlet.nix
|
||||
./home-manager/plasma.nix
|
||||
./home-manager/tpm.nix
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
tmpfile = $(mktemp)
|
||||
gh copilot alias -- 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 {
|
||||
extraPackages = ps: [
|
||||
|
|
Loading…
Add table
Reference in a new issue