Compare commits
No commits in common. "c7e2cc532109996073fe914534e4a63f966e7bb4" and "217bc72a6a0048a4b6bf58830cf4cad562472721" have entirely different histories.
c7e2cc5321
...
217bc72a6a
@ -1,2 +0,0 @@
|
||||
# Impure because of nixgl wrapper
|
||||
alias hm-switch="darwin-rebuild switch --flake ~/.config/nix"
|
||||
@ -10,6 +10,9 @@ let
|
||||
zshSourceCommon = ../.zsh/common;
|
||||
in
|
||||
{
|
||||
nixGL.packages = pkgs.nixgl;
|
||||
nixGL.defaultWrapper = "nvidia";
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
@ -31,13 +34,6 @@ in
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
|
||||
installVimSyntax = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Lukas Cech";
|
||||
@ -67,7 +63,6 @@ in
|
||||
|
||||
dirHashes = {
|
||||
mac = "${homedir}/.macshare";
|
||||
nix = "${homedir}/.config/nix";
|
||||
};
|
||||
|
||||
initExtra = ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user