fix: ryu configuration fixed

This commit is contained in:
uttarayan21
2024-12-23 23:25:49 +05:30
parent d3540fe921
commit 29ef167516
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
{
pkgs,
config,
device,
lib,
...
}: {
imports = [
@@ -9,6 +8,7 @@
./ryu.nix
];
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
security = {
sudo.wheelNeedsPassword = false;
polkit.enable = true;
@@ -247,7 +247,9 @@
{})
gnumake
python3
(nerdfonts.override {fonts = ["FiraCode" "Hasklig" "NerdFontsSymbolsOnly"];})
nerd-fonts.fira-code
nerd-fonts.hasklug
nerd-fonts.symbols-only
monaspace
];
sessionVariables = {