Compare commits

..

1 commit

Author SHA1 Message Date
ebd4ed04eb git: ignore .lazy.lua 2024-11-15 08:14:50 -08:00
4 changed files with 9 additions and 10 deletions

View file

@ -677,20 +677,20 @@
},
"locked": {
"dir": "packaging/nix",
"lastModified": 1731556042,
"narHash": "sha256-eUFmLbf06Dph//IbB9KsJio3dJNADt+EhcfNFXjiJjU=",
"lastModified": 1730836236,
"narHash": "sha256-8jrg1DQrgYVaO4hpPRxRTAVluo8cE1Lcuvyv2EXuXpA=",
"ref": "refs/heads/main",
"rev": "66a1088194bb13c2d86d2c0af316b280a7235640",
"revCount": 839,
"rev": "90352466d502c40e147cfd11a428dde6c2899ab3",
"revCount": 833,
"submodules": true,
"type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
},
"original": {
"dir": "packaging/nix",
"submodules": true,
"type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
}
},
"xwayland-satellite-stable": {

View file

@ -35,6 +35,7 @@ in
ignores = [
"Session.vim"
".lazy.lua"
(lib.mkIf macos ".DS_Store")
(lib.mkIf direnv ".direnv/")
(lib.mkIf direnv ".envrc")

View file

@ -14,8 +14,8 @@ in
config = lib.mkIf cfg.enable {
programs.tmux = {
enable = true;
shell = getExe (if macos then pkgs.zsh else pkgs.fish);
# shell = getExe pkgs.fish;
# shell = getExe (if macos then pkgs.zsh else pkgs.fish);
shell = getExe pkgs.fish;
mouse = true;
baseIndex = 1;
terminal = "screen-256color";

View file

@ -8,8 +8,6 @@
auto-optimise-store = true;
};
environment.shells = with pkgs; [ bashInteractive zsh fish ];
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;