DaniD3v
DaniD3v
### Summary See title. Specifically the lint for `let Some(var_name) = ... else { return None; }` breaks, but I suspect the other ? propagation lints might break as well...
### Hyprland Version System/Version info ```sh Hyprland, built from branch at commit e1644e91ead7cdef5d08bfe6a579c4478a816a8e (). Date: 2024-04-22 Tag: , commits: @COMMITS@ flags: (if any) System Information: System name: Linux Node name:...
…ext less verbose
I want to imperatively select my wallpaper (with rofi). I figured that the nixOS module would act like most home-manager modules and simply let me configure the `matugen.toml` file instead...
This PR addresses my issue #60. It is built to allow both a declarative and imperative nix config. ## Draft Status > Note that the module currently errors when using...
title python setup.py build Traceback (most recent call last): File "/home/notyou/school/flaskProject1/pyring/setup.py", line 15, in import distutils ModuleNotFoundError: No module named 'distutils'
## Problem I'm using home-manager for my ssh secrets... which I know I shouldn't be doing but this is a documentation issue so my use-case doesn't really matter. Anyways there...
I think that merging two PDFs together is a very common use case. Would you mind adding that code to the library instead of just adding it as an example?...
## Description of changes Added the sddm-theme [sddm-astronaut](https://github.com/Keyitdev/sddm-astronaut-theme) To use this in your configuration.nix ```nix services.displayManager.sddm = { enable = true; package = pkgs.kdePackages.sddm; # this is not the default!!!...
Electron v18 has been out of support for quite some time now. Please consider updating to a newer version. [Here](https://www.electronjs.org/docs/latest/tutorial/electron-timelines) is a list of the current electron versions. Why is...