mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: convenience flake features
This commit is contained in:
parent
4ae2322a80
commit
3f81ce9036
4 changed files with 9 additions and 0 deletions
|
|
@ -2492,6 +2492,7 @@ This utility checks if there are updated packages in nixpkgs-unstable. It does s
|
|||
|
||||
This file now holds all of the "nixpkgs-changes" that I am using across the configurations. Most notable here are the =modifications=, where I am editing derivations according to my needs.
|
||||
|
||||
|
||||
#+begin_src nix :tangle overlays/default.nix
|
||||
{ inputs, ... }: {
|
||||
additions = final: _prev: import ../pkgs { pkgs = final; };
|
||||
|
|
@ -3116,6 +3117,7 @@ Also, the system state version is set here. No need to touch it.
|
|||
"nix-command"
|
||||
"flakes"
|
||||
"ca-derivations"
|
||||
"pipe-operators"
|
||||
];
|
||||
trusted-users = [ "swarsel" ];
|
||||
flake-registry = "";
|
||||
|
|
@ -6422,6 +6424,7 @@ This section sets up all the imports that are used in the home-manager section.
|
|||
"nix-command"
|
||||
"flakes"
|
||||
"ca-derivations"
|
||||
"pipe-operators"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -6487,6 +6490,8 @@ This holds packages that I can use as provided, or with small modifications (as
|
|||
nmap
|
||||
lsof
|
||||
nvd
|
||||
nh
|
||||
nix-output-monitor
|
||||
hyprpicker # color picker
|
||||
|
||||
# nix
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
nmap
|
||||
lsof
|
||||
nvd
|
||||
nh
|
||||
nix-output-monitor
|
||||
hyprpicker # color picker
|
||||
|
||||
# nix
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"nix-command"
|
||||
"flakes"
|
||||
"ca-derivations"
|
||||
"pipe-operators"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"nix-command"
|
||||
"flakes"
|
||||
"ca-derivations"
|
||||
"pipe-operators"
|
||||
];
|
||||
trusted-users = [ "swarsel" ];
|
||||
flake-registry = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue