mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2025-01-17 15:33:28 -08:00
moved mcmojave to gui-only hosts
This commit is contained in:
parent
650ac9a960
commit
baf4f3f404
1 changed files with 4 additions and 4 deletions
8
home.nix
8
home.nix
|
@ -51,6 +51,9 @@ let
|
|||
|
||||
] ++ pkgs.lib.optionals (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) [
|
||||
|
||||
inputs.mcmojave-hyprcursor.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
inputs.mcmojave-xcursor.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
|
||||
# Gui application
|
||||
pkgs-stable.darktable # RAW processing
|
||||
dbeaver-bin # SQL management tool
|
||||
|
@ -139,10 +142,7 @@ in
|
|||
# changes in each release.
|
||||
stateVersion = "22.11";
|
||||
|
||||
packages = install_packages ++ [
|
||||
inputs.mcmojave-hyprcursor.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
inputs.mcmojave-xcursor.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
packages = install_packages;
|
||||
sessionVariables = {
|
||||
NIX_SHELL_PRESERVE_PROMPT = 1;
|
||||
EDITOR = "nvim";
|
||||
|
|
Loading…
Reference in a new issue