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

@@ -2,7 +2,6 @@
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ {
config,
pkgs, pkgs,
lib, lib,
... ...

View File

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