diff --git a/configuration.nix b/configuration.nix index 8c37acb..be42e11 100644 --- a/configuration.nix +++ b/configuration.nix @@ -114,6 +114,10 @@ nextcloud-client tootle dino + minetest + mumble + obs-studio + foliate pinta ]; }; @@ -126,9 +130,10 @@ noto-fonts noto-fonts-cjk noto-fonts-emoji + inter + google-fonts ]; - virtualisation.docker.enable = true; # List packages installed in system profile. To search, run: # $ nix search wget @@ -161,6 +166,8 @@ direnv nix-direnv openvpn + udev + usbutils gnome.gnome-tweaks gnomeExtensions.tray-icons-reloaded @@ -286,6 +293,7 @@ $NEW_PROMPT_COMMAND" rebuild = '' nixos-rebuild switch --flake "$HOME/.local/os#" --use-remote-sudo ''; + ":r" = "!!"; }; programs.bash.sessionVariables = { NIX_SHELL_PRESERVE_PROMPT = 1; @@ -358,8 +366,7 @@ $NEW_PROMPT_COMMAND" }; - - systemd.services.setbacklight = let set-backlight-script = (pkgs.writeShellApplication { + systemd.services."99setbacklight" = let set-backlight-script = (pkgs.writeShellApplication { name = "set-backlight-script"; text = '' #!/bin/sh @@ -372,6 +379,8 @@ $NEW_PROMPT_COMMAND" }); in { enable = true; + after = ["systemd-backlight@.service"]; + #wants = ["systemd-backlight@.service"]; description = "bar"; unitConfig = { Type = "simple";