forked from emily/nixfiles
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
|
libnotify
|
||||||
slurp
|
slurp
|
||||||
grim
|
grim
|
||||||
gnome.simple-scan
|
simple-scan
|
||||||
cinnamon.nemo
|
nemo
|
||||||
imagemagick_light
|
imagemagick_light
|
||||||
|
|
||||||
#ubuntu_font_family
|
#ubuntu_font_family
|
||||||
|
|
|
@ -27,8 +27,9 @@
|
||||||
hardware.gpgSmartcards.enable = true;
|
hardware.gpgSmartcards.enable = true;
|
||||||
hardware.nitrokey.enable = true;
|
hardware.nitrokey.enable = true;
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.graphics = {
|
||||||
driSupport32Bit = true;
|
enable = true;
|
||||||
|
enable32Bit = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
|
|
||||||
kyouma.machine-type.graphical = true;
|
kyouma.machine-type.graphical = true;
|
||||||
|
|
||||||
hardware.opengl.enable = true;
|
|
||||||
|
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
|
|
||||||
security.pam.services.hyprlock = {};
|
security.pam.services.hyprlock = {};
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
servers = {
|
servers = {
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
lua-ls.enable = true;
|
lua-ls.enable = true;
|
||||||
nil_ls = {
|
nil-ls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.formatting.command = [ "nixfmt" "-w" "140" ];
|
settings.formatting.command = [ "nixfmt" "-w" "140" ];
|
||||||
};
|
};
|
||||||
|
@ -201,7 +201,7 @@
|
||||||
plugins.treesitter = {
|
plugins.treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nixGrammars = true;
|
nixGrammars = true;
|
||||||
indent = true;
|
settings.indent.enable = true;
|
||||||
};
|
};
|
||||||
plugins.airline.enable = true;
|
plugins.airline.enable = true;
|
||||||
plugins.cmp-buffer.enable = true;
|
plugins.cmp-buffer.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue