mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switched nvim-flake to unstable
switched nix off of master added nixpkgs and system to registry moved X to tty1 and fixed kmscon to not run on tty1
This commit is contained in:
parent
81319aa076
commit
32a4a75654
8 changed files with 62 additions and 20 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
inputs = rec {
|
||||
inputs = {
|
||||
#channels
|
||||
master.url = "github:NixOS/nixpkgs";
|
||||
unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
nvim-flake = {
|
||||
url = "github:Gerg-L/nvim-flake";
|
||||
inputs.nixpkgs.follows = "master";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
fetch-rs = {
|
||||
url = "github:Gerg-L/fetch-rs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue