update all deps

This commit is contained in:
2025-12-02 11:18:49 -05:00
parent dfd4b364fd
commit b81a57ddb8
27 changed files with 533 additions and 449 deletions

View File

@@ -1,6 +1,10 @@
{ config, lib, pkgs, inputs, ... }:
{
config,
lib,
pkgs,
inputs,
...
}: {
# Simply install just the packages
environment.packages = with pkgs; [
# User-facing stuff that you really really want to have
@@ -48,21 +52,21 @@
terminal.colors = {
background = "#1d2021";
foreground = "#ebdbb2";
color0 = "#282828";
color8 = "#928374";
color1 = "#cc241d";
color9 = "#fb4934";
color2 = "#98971a";
color0 = "#282828";
color8 = "#928374";
color1 = "#cc241d";
color9 = "#fb4934";
color2 = "#98971a";
color10 = "#b8bb26";
color3 = "#d79921";
color3 = "#d79921";
color11 = "#fabd2f";
color4 = "#458588";
color4 = "#458588";
color12 = "#83a598";
color5 = "#b16286";
color5 = "#b16286";
color13 = "#d3869b";
color6 = "#689d6a";
color6 = "#689d6a";
color14 = "#8ec07c";
color7 = "#a89984";
color7 = "#a89984";
color15 = "#ebdbb2h";
};

View File

@@ -1,6 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}: {
# Read the changelog before changing this value
home.stateVersion = "24.05";