Skip to content

Commit

Permalink
WIP nixGL
Browse files Browse the repository at this point in the history
  • Loading branch information
tph5595 committed Mar 31, 2024
1 parent 5f94fb4 commit 1d00b13
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
38 changes: 38 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
# Controls system level software and settings including fonts
darwin.url = "github:lnl7/nix-darwin";
darwin.inputs.nixpkgs.follows = "nixpkgs";

nixgl = {
url = "github:nix-community/nixGL/489d6b095ab9d289fe11af0219a9ff00fe87c7c5";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{ self, nixpkgs, home-manager, darwin, ... }: {

Expand Down
5 changes: 5 additions & 0 deletions modules/home-manager/pop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@
vlc
tidal-hifi
golden-cheetah
# nixgl.auto.nixGLNvidia
];
home.sessionVariables = {
BROWSER = "firefox";
};

programs.zsh.shellAliases.nixswitch = "home-manager switch --flake ~/flake.nix/.#$HOST";

home.sessionVariables = {
QT_XCB_GL_INTEGRATION="none";
};
}

0 comments on commit 1d00b13

Please sign in to comment.