Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-14 | Nix: remove duplicate options from modules (#4012) | Mihai Fufezan | |
2023-11-26 | build: remove nv patches (#3957) | Vaxry | |
2023-09-14 | flake.lock: update nixpkgs and xdph | Mihai Fufezan | |
- nix/module: update xdph override - nix/overlays: remove hyprland-share-picker (now built directly inside xdph) | |||
2023-08-23 | nix module: Fix attempted workaround for option name change | Tristan 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-16 | Nix/module: fix system when config.allowAlias is false | Mihai Fufezan | |
2023-08-14 | Nix/module: final fix | Mihai Fufezan | |
2023-08-14 | ugh | Mihai Fufezan | |
2023-08-14 | Nix/module: fix package option | Mihai Fufezan | |
2023-08-14 | Nix: disable nixpkgs module in ours | Mihai Fufezan | |
2023-08-14 | Nix: remove hidpi from modules | Mihai Fufezan | |
2023-07-29 | NixOS module: check system version for fonts | Mihai Fufezan | |
2023-07-27 | Renamed deprecated value in nix config | Okirshen | |
See https://github.com/NixOS/nixpkgs/commit/83793ca8980283a6f62c028ebed336b9d1bbf80f for more info. | |||
2023-04-10 | nix/*module: use mdDoc for documentation | Mihai Fufezan | |
Simplify and add more info to the docs. | |||
2023-03-22 | Nix: disable HiDPI for default package | Mihai Fufezan | |
NOTE: the package `hyprland-no-hidpi` was removed, and instead `hyprland-hidpi` exists now. | |||
2023-01-24 | fix typo (#1420) | pranaless | |
2023-01-18 | nix: react to another stdenv change (#1399) | Cole Mickens | |
2023-01-03 | s/pkgs.system/pkgs.hostPlatform.system/g | Cole Mickens | |
2022-12-17 | nix/module: add nvidiaPatches option | Mihai Fufezan | |
Also fixes wrong package passing. | |||
2022-12-09 | nix: add xdph to flake and enable it in the nixos module | Mihai Fufezan | |
2022-12-09 | Revert "nix: add cachix to nixos module" | Mihai Fufezan | |
This reverts commit 5b7fec481bcd795a518667eb19864d663b1a47d6. Will clarify better how to enable Cachix, in the wiki. | |||
2022-12-07 | nix: add cachix to nixos module | Mihai Fufezan | |
2022-12-05 | nix: add xdph to nixos module | Mihai Fufezan | |
2022-11-19 | Setting 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-14 | Nix modules: fix environment variables | Narice | |
2022-09-09 | Nix modules: add recommendedEnvironment option | Mihai Fufezan | |
2022-09-07 | Fix typo in module.nix | Mars | |
2022-09-07 | Nix modules: add common environment variables | Mihai Fufezan | |
2022-09-03 | Nix modules: fix imports | Mihai Fufezan | |
2022-07-30 | Nix module: make package nullable part 3 | Mihai Fufezan | |
2022-07-30 | Nix module: make package nullable part 2 | Mihai Fufezan | |
2022-07-30 | Nix module: make package nullable | Mihai Fufezan | |
2022-07-29 | Nix: fix failing module | Mihai Fufezan | |
2022-07-29 | Remove extra packages in nix module (#343) | reptee | |
Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: Mihai Fufezan <[email protected]> | |||
2022-07-03 | Don'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-20 | nix: use the overlay in the module | Fernando Ayats | |
2022-06-01 | fix Nix build and add updater | Mihai Fufezan | |
- move unnecessary toplevel files to nix/ - added patch that ignores the submodule (revert) - add update script run by a workflow |