better rust-analyzer

This commit is contained in:
Vivian 2023-12-20 14:01:11 +01:00
parent ee4936465c
commit d033cb48e6
5 changed files with 26 additions and 18 deletions

View file

@ -1,7 +1,11 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, inputs, ... }:
with lib;
let cfg = config.services.v.gnome;
in {
imports = [
inputs.gnome-autounlock-keyring.nixosModules.default
];
options.services.v.gnome = {
enable = mkEnableOption "v.gnome";
hm = mkOption {