framework: Migrate from deprecated 23.05 options.
parent
c5c1757ce7
commit
46961b2e1f
|
@ -42,7 +42,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [ iosevka ];
|
fonts.packages = with pkgs; [ iosevka ];
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
pluginGit = rev: repo: pkgs.vimUtils.buildVimPluginFrom2Nix {
|
pluginGit = rev: repo: pkgs.vimUtils.buildVimPlugin {
|
||||||
pname = "${lib.strings.sanitizeDerivationName repo}";
|
pname = "${lib.strings.sanitizeDerivationName repo}";
|
||||||
version = builtins.substring 0 7 rev;
|
version = builtins.substring 0 7 rev;
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
|
|
Loading…
Reference in New Issue