update 23.11 -> 24.05

This commit is contained in:
Bryan Ramos 2024-06-01 16:13:23 -04:00
parent 6f756b7af0
commit 8b82ad2adb
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 22 additions and 18 deletions

22
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715526530, "lastModified": 1717177033,
"narHash": "sha256-1ot3VxxbRexDAbk70n0yLt7EEEzypAGK3ut+YV7m/Mg=", "narHash": "sha256-G3CZJafCO8WDy3dyA2EhpUJEmzd5gMJ2IdItAg0Hijw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "94a818d8b914e06c04c21b5f0bafbb4b96ee8b47", "rev": "0274af4c92531ebfba4a5bd493251a143bc51f3c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -61,16 +61,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1714043624, "lastModified": 1716736833,
"narHash": "sha256-Xn2r0Jv95TswvPlvamCC46wwNo8ALjRCMBJbGykdhcM=", "narHash": "sha256-rNObca6dm7Qs524O4st8VJH6pZ/Xe1gxl+Rx6mcWYo0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "86853e31dc1b62c6eeed11c667e8cdd0285d4411", "rev": "a631666f5ec18271e86a5cde998cba68c33d9ac6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-23.11", "ref": "release-24.05",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@ -100,16 +100,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715218190, "lastModified": 1717144377,
"narHash": "sha256-R98WOBHkk8wIi103JUVQF3ei3oui4HvoZcz9tYOAwlk=", "narHash": "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9a9960b98418f8c385f52de3b09a63f9c561427a", "rev": "805a384895c696f802a9bf5bf4720f37385df547",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-23.11", "ref": "nixos-24.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -2,9 +2,9 @@
description = "My Nix Configs"; description = "My Nix Configs";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-23.11"; url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixos-wsl = { nixos-wsl = {

View file

@ -20,7 +20,11 @@ in
ripgrep.enable = true; ripgrep.enable = true;
eza = { eza = {
enable = true; enable = true;
enableAliases = true; enableBashIntegration = true;
enableFishIntegration = false;
enableZshIntegration = false;
enableNushellIntegration = false;
enableIonIntegration = false;
}; };
}; };
}; };

View file

@ -33,7 +33,7 @@ in
qt = { qt = {
enable = true; enable = true;
style.package = pkgs.juno-theme; style.package = pkgs.juno-theme;
platformTheme = "gtk"; platformTheme.name = "gtk";
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [

View file

@ -1,4 +1,4 @@
{ lib, config, ... }: { pkgs, lib, config, ... }:
with lib; with lib;
let let
@ -22,7 +22,7 @@ in
enableSshSupport = true; enableSshSupport = true;
enableBashIntegration = true; enableBashIntegration = true;
enableScDaemon = true; enableScDaemon = true;
pinentryFlavor = "tty"; pinentryPackage = pkgs.pinentry-tty;
}; };
}; };
} }

View file

@ -2,7 +2,7 @@
let let
lsp = with pkgs; [ lsp = with pkgs; [
nil nixfmt nil nixfmt-rfc-style
marksman shfmt marksman shfmt
sumneko-lua-language-server stylua sumneko-lua-language-server stylua
haskell-language-server hlint haskell-language-server hlint