aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/module.nix
AgeCommit message (Collapse)Author
2023-12-14Nix: remove duplicate options from modules (#4012)Mihai Fufezan
2023-11-26build: remove nv patches (#3957)Vaxry
2023-09-14flake.lock: update nixpkgs and xdphMihai Fufezan
- nix/module: update xdph override - nix/overlays: remove hyprland-share-picker (now built directly inside xdph)
2023-08-23nix module: Fix attempted workaround for option name changeTristan Daniƫl Maat
`system.stateVersion` is about *system state*, i.e., stuff that was created by old software versions on users' machines, like SQL databases that have moved to a different directory or such. It will not help figure out whether an option has been renamed.
2023-08-16Nix/module: fix system when config.allowAlias is falseMihai Fufezan
2023-08-14Nix/module: final fixMihai Fufezan
2023-08-14ughMihai Fufezan
2023-08-14Nix/module: fix package optionMihai Fufezan
2023-08-14Nix: disable nixpkgs module in oursMihai Fufezan
2023-08-14Nix: remove hidpi from modulesMihai Fufezan
2023-07-29NixOS module: check system version for fontsMihai Fufezan
2023-07-27Renamed deprecated value in nix configOkirshen
See https://github.com/NixOS/nixpkgs/commit/83793ca8980283a6f62c028ebed336b9d1bbf80f for more info.
2023-04-10nix/*module: use mdDoc for documentationMihai Fufezan
Simplify and add more info to the docs.
2023-03-22Nix: disable HiDPI for default packageMihai Fufezan
NOTE: the package `hyprland-no-hidpi` was removed, and instead `hyprland-hidpi` exists now.
2023-01-24fix typo (#1420)pranaless
2023-01-18nix: react to another stdenv change (#1399)Cole Mickens
2023-01-03s/pkgs.system/pkgs.hostPlatform.system/gCole Mickens
2022-12-17nix/module: add nvidiaPatches optionMihai Fufezan
Also fixes wrong package passing.
2022-12-09nix: add xdph to flake and enable it in the nixos moduleMihai Fufezan
2022-12-09Revert "nix: add cachix to nixos module"Mihai Fufezan
This reverts commit 5b7fec481bcd795a518667eb19864d663b1a47d6. Will clarify better how to enable Cachix, in the wiki.
2022-12-07nix: add cachix to nixos moduleMihai Fufezan
2022-12-05nix: add xdph to nixos moduleMihai Fufezan
2022-11-19Setting wayland environment variables at startup (#1045)Narice
* Nix modules: removed GDK_BACKEND env variable * setting wayland environment variables at startup setting XDG_BACKEND and _JAVA_AWT_WM_NONREPARENTING in main.cpp removed these variables from nix modules recommended environemnt removed XCURSOR_SIZE from nix modules as it is already set * Making _JAVA_AWT_WM_NONREPARENTING not overwritten
2022-10-14Nix modules: fix environment variablesNarice
2022-09-09Nix modules: add recommendedEnvironment optionMihai Fufezan
2022-09-07Fix typo in module.nixMars
2022-09-07Nix modules: add common environment variablesMihai Fufezan
2022-09-03Nix modules: fix importsMihai Fufezan
2022-07-30Nix module: make package nullable part 3Mihai Fufezan
2022-07-30Nix module: make package nullable part 2Mihai Fufezan
2022-07-30Nix module: make package nullableMihai Fufezan
2022-07-29Nix: fix failing moduleMihai Fufezan
2022-07-29Remove extra packages in nix module (#343)reptee
Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: Mihai Fufezan <[email protected]>
2022-07-03Don't use pkgs.hyprland package in the nix module (#299)xDarksome
Users who use the overlay: see wiki for fixing your config if it broke.
2022-06-20nix: use the overlay in the moduleFernando Ayats
2022-06-01fix Nix build and add updaterMihai Fufezan
- move unnecessary toplevel files to nix/ - added patch that ignores the submodule (revert) - add update script run by a workflow