some statix fixes
This commit is contained in:
parent
63cf398192
commit
75a0e07804
2 changed files with 2 additions and 3 deletions
|
@ -50,5 +50,5 @@
|
|||
stalled-download-timeout = 30
|
||||
'';
|
||||
};
|
||||
home-manager.users.cyryl = {...}: {programs.tmux.shortcut = lib.mkForce "b";};
|
||||
home-manager.users.cyryl = _: {programs.tmux.shortcut = lib.mkForce "b";};
|
||||
}
|
||||
|
|
|
@ -84,8 +84,7 @@
|
|||
home-manager.users.cyryl = {...}: {
|
||||
imports = [../../home-manager/programs/alacritty.nix ../../gui/vscode.nix];
|
||||
home.packages = with inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux";
|
||||
[]
|
||||
++ (with pkgs; [lutris])
|
||||
(with pkgs; [lutris])
|
||||
++ (with inputs.endless-sky.legacyPackages."x86_64-linux"; [endless-sky]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue