Update to 23.11!!

This commit is contained in:
Natsu Kagami 2023-12-01 22:05:54 +01:00
parent fb9d120c37
commit 32c9474e7e
Signed by: nki
GPG key ID: 55A032EB38B49ADB
11 changed files with 29 additions and 55 deletions

View file

@ -1,7 +1,6 @@
{ config, pkgs, lib, ... }:
let
texlab = pkgs.unstable.texlab;
in
{
imports = [
@ -52,7 +51,7 @@ in
## Python
python3
## Scala
pkgs.unstable.scala-cli
scala-cli
# Fonts
fantasque-sans-mono
@ -116,7 +115,7 @@ in
direnv.nix-direnv.enable = true;
direnv.config.global.load_dotenv = true;
exa = {
eza = {
enable = true;
enableAliases = true;
};