my entire config is in shambles

This commit is contained in:
Osman Faruk Bayram 2025-09-25 11:22:16 +03:00
parent 80cc1969f6
commit b703bd4fe7
2 changed files with 34 additions and 12 deletions

View file

@ -69,24 +69,45 @@
nix.channel.enable = false;
nix.registry = {
self.flake = inputs.self;
nixpkgs.flake = inputs.nixpkgs;
# Commented out because i want to make sure it works if i switch a system
# to another nixpkgs with a different flake input name
# nixpkgs = {
# from = { type = "indirect"; id = "nixpkgs"; };
# to = {
# path = pkgs.path;
# type = "path";
# };
# };
osbm-nvim.flake = inputs.osbm-nvim;
my-nixpkgs.to = {
owner = "osbm";
repo = "nixpkgs";
type = "github";
my-nixpkgs = {
from = { type = "indirect"; id = "my-nixpkgs"; };
to = {
owner = "osbm";
repo = "nixpkgs";
type = "github";
};
};
osbm-dev.to = {
owner = "osbm";
repo = "osbm.dev";
type = "github";
osbm-dev = {
from = { type = "indirect"; id = "osbm-dev"; };
to = {
owner = "osbm";
repo = "osbm.dev";
type = "github";
};
};
devshells.to = {
owner = "osbm";
repo = "devshells";
type = "github";
devshells = {
from = { type = "indirect"; id = "devshells"; };
to = {
owner = "osbm";
repo = "devshells";
type = "github";
};
};
};

View file

@ -77,6 +77,7 @@
repo = "devshells";
type = "github";
};
};
};
nix.settings.trusted-users = [