mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2025-01-17 23:43:27 -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 ) [
|
] ++ 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
|
# Gui application
|
||||||
pkgs-stable.darktable # RAW processing
|
pkgs-stable.darktable # RAW processing
|
||||||
dbeaver-bin # SQL management tool
|
dbeaver-bin # SQL management tool
|
||||||
|
@ -139,10 +142,7 @@ in
|
||||||
# changes in each release.
|
# changes in each release.
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
|
|
||||||
packages = install_packages ++ [
|
packages = install_packages;
|
||||||
inputs.mcmojave-hyprcursor.packages.${pkgs.stdenv.hostPlatform.system}.default
|
|
||||||
inputs.mcmojave-xcursor.packages.${pkgs.stdenv.hostPlatform.system}.default
|
|
||||||
];
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
NIX_SHELL_PRESERVE_PROMPT = 1;
|
NIX_SHELL_PRESERVE_PROMPT = 1;
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
|
Loading…
Reference in a new issue