mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:06:33 +01:00
Use sting and not litral url
This commit is contained in:
parent
c6b66b07a8
commit
672dceddfd
1 changed files with 6 additions and 6 deletions
12
flake.nix
12
flake.nix
|
@ -2,19 +2,19 @@
|
||||||
description = "jopejoe1 NixOS configuration";
|
description = "jopejoe1 NixOS configuration";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
nur.url = github:nix-community/NUR;
|
nur.url = "github:nix-community/NUR";
|
||||||
home-manager= {
|
home-manager= {
|
||||||
url = github:nix-community/home-manager;
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
prismlauncher = {
|
prismlauncher = {
|
||||||
url = github:PrismLauncher/PrismLauncher;
|
url = "github:PrismLauncher/PrismLauncher";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||||
tela-icon-theme = {
|
tela-icon-theme = {
|
||||||
url = github:vinceliuice/Tela-icon-theme;
|
url = "github:vinceliuice/Tela-icon-theme";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue