Rename options
This commit is contained in:
parent
fcf0e28b1d
commit
decd75c77d
4 changed files with 7 additions and 8 deletions
|
@ -42,8 +42,8 @@
|
|||
libnotify
|
||||
slurp
|
||||
grim
|
||||
gnome.simple-scan
|
||||
cinnamon.nemo
|
||||
simple-scan
|
||||
nemo
|
||||
imagemagick_light
|
||||
|
||||
#ubuntu_font_family
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
kyouma.machine-type.graphical = true;
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
boot.plymouth.enable = true;
|
||||
|
||||
security.pam.services.hyprlock = {};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue