Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-24 | fix typo (#1420) | pranaless | |
2023-01-18 | nix: react to another stdenv change (#1399) | Cole Mickens | |
2023-01-07 | nix: add hyprland-protocols through pkgconfig (#1275) | Mihai Fufezan | |
2023-01-06 | Nix: add jq | Mihai Fufezan | |
2023-01-05 | add systemd support (#1253) | jrun | |
* add systemd support motivation for this is is proper ordering of related/bound/required services to Hyprland (e.g. swaybg) that would need to have a compositor ready. this could possibly be a build-time option of course. see also: example/ files for example of services Signed-off-by: Paymon MARANDI <[email protected]> * nix: add withSystemd flag Signed-off-by: Paymon MARANDI <[email protected]> Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: Vaxerski <[email protected]> | |||
2023-01-03 | s/pkgs.system/pkgs.hostPlatform.system/g | Cole Mickens | |
2022-12-24 | nix: update wlroots & fix updater | Mihai Fufezan | |
2022-12-22 | nix: handle reloading of multiple/dead instances on home manager generation ↵ | Gaoyang Zhang | |
switch Signed-off-by: Gaoyang Zhang <[email protected]> | |||
2022-12-19 | nix/hm-module: add disableAutoreload option | Mihai Fufezan | |
2022-12-19 | Drop Pango (unused) (#1251) | Jan Beich | |
* Drop unused Pango dependency * nix: explicitly depend on cairo (previously pulled via pango) src/meson.build:4:0: ERROR: Dependency "cairo" not found, tried pkgconfig | |||
2022-12-18 | nix/hm-module: add nvidiaPatches option | Mihai Fufezan | |
2022-12-17 | nix/wlroots: add nvidia patch | Mihai Fufezan | |
2022-12-17 | nix/module: add nvidiaPatches option | Mihai Fufezan | |
Also fixes wrong package passing. | |||
2022-12-14 | nix/hm-module: make config optional | Mihai Fufezan | |
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 | Implement window sharing with the hl toplevel export proto (#1179) | Vaxry | |
* implement window sharing Co-authored-by: Mihai Fufezan <[email protected]> | |||
2022-12-05 | nix: add xdph to nixos module | Mihai Fufezan | |
2022-12-04 | nix: remove merged hwdata override | 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-11-13 | Nix: add hwdata overlay (#1010) | Mihai Fufezan | |
2022-11-11 | fix(nix): missing dependency | sioodmy | |
2022-11-03 | Nix HM: Fix invalid escapes | Mihai Fufezan | |
Fixes #949 | |||
2022-11-02 | Nix HM: prevent race condition between dbus and systemd | Mihai Fufezan | |
Fixes #940 | |||
2022-10-31 | Nix & meson: 0.16.0 -> 0.17.0 | Mihai Fufezan | |
Nix: make xwayland dependencies optional | |||
2022-10-14 | Nix modules: fix environment variables | Narice | |
2022-09-09 | Nix modules: add recommendedEnvironment option | Mihai Fufezan | |
2022-09-07 | Nix HM module: fix build error | Mihai Fufezan | |
Apparently HM doesn't like having `lib.mkDefault` near strings. Fixes #635 | |||
2022-09-07 | Fix typo in module.nix | Mars | |
2022-09-07 | Nix modules: add common environment variables | Mihai Fufezan | |
2022-09-03 | Nix: revert HM module import fix | Mihai Fufezan | |
fixes #619 | |||
2022-09-03 | Nix modules: fix imports | Mihai Fufezan | |
2022-09-01 | nix: move wlroots and add nvidia patches (#608) | Fernando Ayats | |
2022-08-29 | Add HiDPI xwayland + wlroots patches (#591) | Mihai Fufezan | |
2022-08-27 | fix xwayland config option for nix (#587) | Nicholas Cioli | |
When building Hyprland in nix using the following home-manager recipe: ```nix wayland.windowManager.hyprland = { enable = true; xwayland = false; }; ``` The default nix configuration still makes reference to a compile argument `NO_XWAYLAND`, but the `meson_options.txt` only makes reference to `xwayland`. This causes the build to fail with: ``` meson.build:1:0: ERROR: Unknown options: "NO_XWAYLAND" ``` This change fixes that issue. This still doesn't allow you to build Hyprland without having XWayland installed (#178), but it should at least allow for valid nix configurations for when that issue gets resolved. | |||
2022-08-21 | docs: install manpages with meson | Fernando Ayats | |
2022-08-15 | Nix HM module: reload config-only | Mihai Fufezan | |
2022-08-14 | Nix HM module: add XDG_SESSION_TYPE, fix reload | Mihai Fufezan | |
2022-08-12 | nix: use cleanSource (#518) | Fernando Ayats | |
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-29 | meson: add -DGIT arguments (#321) | Mihai Fufezan | |
2022-07-27 | nix: add home-manager module (#395) | Gabriel Fontes | |
2022-07-27 | flake & meson: 0.7.0 -> 0.8.1 | Mihai Fufezan | |
nix: add legacyRenderer option | |||
2022-07-08 | nix: fix wallpaper location (#334) | Fernando Ayats | |
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. |