Rename options

This commit is contained in:
emily 2024-08-14 18:33:20 +02:00
parent fcf0e28b1d
commit decd75c77d
Signed by: emily
GPG key ID: F6F4C66207FCF995
4 changed files with 7 additions and 8 deletions

View file

@ -42,8 +42,8 @@
libnotify
slurp
grim
gnome.simple-scan
cinnamon.nemo
simple-scan
nemo
imagemagick_light
#ubuntu_font_family

View file

@ -27,8 +27,9 @@
hardware.gpgSmartcards.enable = true;
hardware.nitrokey.enable = true;
hardware.opengl = {
driSupport32Bit = true;
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
intel-media-driver
libvdpau-va-gl

View file

@ -10,8 +10,6 @@
kyouma.machine-type.graphical = true;
hardware.opengl.enable = true;
boot.plymouth.enable = true;
security.pam.services.hyprlock = {};

View file

@ -162,7 +162,7 @@
servers = {
bashls.enable = true;
lua-ls.enable = true;
nil_ls = {
nil-ls = {
enable = true;
settings.formatting.command = [ "nixfmt" "-w" "140" ];
};
@ -201,7 +201,7 @@
plugins.treesitter = {
enable = true;
nixGrammars = true;
indent = true;
settings.indent.enable = true;
};
plugins.airline.enable = true;
plugins.cmp-buffer.enable = true;