Setting up rofi
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
{ inputs, lib, nixpkgs, ... }: {
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
nixpkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nix = {
|
||||
settings = {
|
||||
trusted-users = [ "'root" "@wheel" ];
|
||||
trusted-users = [
|
||||
"'root"
|
||||
"@wheel"
|
||||
];
|
||||
auto-optimise-store = lib.mkDefault true;
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
warn-dirty = false;
|
||||
};
|
||||
gc = {
|
||||
|
||||
Reference in New Issue
Block a user