mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: updated inputs (24.05)
This commit is contained in:
parent
c8c56bc433
commit
125e7f3c33
12 changed files with 60 additions and 169 deletions
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
inherit (pkgs) unstable myPkgs;
|
||||
inherit (pkgs) myPkgs;
|
||||
in
|
||||
{
|
||||
options.extra = {
|
||||
|
|
@ -38,7 +38,7 @@ in
|
|||
home = {
|
||||
username = lib.mkDefault "leana";
|
||||
homeDirectory = lib.mkDefault "/home/leana";
|
||||
stateVersion = "23.11";
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
@ -57,7 +57,7 @@ in
|
|||
pkgs.rsync
|
||||
|
||||
# nix
|
||||
unstable.nixfmt-rfc-style
|
||||
pkgs.nixfmt-rfc-style
|
||||
|
||||
# utils
|
||||
pkgs.tree
|
||||
|
|
|
|||
|
|
@ -1,13 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
inherit (pkgs) unstable;
|
||||
in
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
package = unstable.nix-direnv;
|
||||
package = pkgs.nix-direnv;
|
||||
};
|
||||
config = builtins.fromTOML ''
|
||||
[global]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue