mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Updated nix to 25.11
Fixed failing assertions: - xdg.portal now requires `environment.pathsToLink` - `virtualisation.libvirtd.qemu.ovmf` is deprecated - noto-fonts-emoji -> noto-fonts-color-emoji - `rofi-wayland` has been merged into `rofi` - `sumneko-lua-language-server` -> `lua-language-server` - `glxinfo` -> `mesa-demos`
This commit is contained in:
parent
f8ab0e3ff0
commit
957b5f018f
11 changed files with 39 additions and 58 deletions
|
|
@ -11,7 +11,7 @@ in
|
|||
git = {
|
||||
enable = true;
|
||||
package = pkgs.gitSVN;
|
||||
extraConfig = {
|
||||
settings = {
|
||||
init = { defaultBranch = "master"; };
|
||||
#format = { pretty = "oneline"; };
|
||||
#log = { abbrevCommit = true; };
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
{
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
package = pkgs.rofi;
|
||||
location = "center";
|
||||
terminal = "\${pkgs.alacritty}/bin/alacritty";
|
||||
plugins = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ in
|
|||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
package = pkgs.rofi;
|
||||
location = "center";
|
||||
terminal = "alacritty";
|
||||
plugins = with pkgs; [
|
||||
|
|
@ -159,7 +159,7 @@ in
|
|||
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ in
|
|||
nerd-fonts.terminess-ttf
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
{
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
package = pkgs.rofi;
|
||||
location = "center";
|
||||
terminal = "\${pkgs.alacritty}/bin/alacritty";
|
||||
plugins = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ in
|
|||
nerd-fonts.terminess-ttf
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ let
|
|||
lsp = with pkgs; [
|
||||
nil
|
||||
marksman
|
||||
sumneko-lua-language-server stylua
|
||||
lua-language-server stylua
|
||||
nodePackages."@tailwindcss/language-server"
|
||||
pyright
|
||||
clang-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue