Compare commits

..

3 commits

Author SHA1 Message Date
41de78c820 tmux-temp 2024-11-15 08:39:32 -08:00
ea8bd429b8 little-lightning: environment.shells 2024-11-15 08:39:17 -08:00
ef60e8d7d9 umu: the final unspicy 2024-11-15 08:39:00 -08:00
4 changed files with 10 additions and 9 deletions

View file

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

View file

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