mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:56:34 +01:00
Change to unstable relase
This commit is contained in:
parent
c27193d983
commit
9cb203e538
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs (Packges and modules)
|
# nixpkgs (Packges and modules)
|
||||||
#nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
||||||
nixpkgs.url = github:jopejoe1/nixpkgs/devolo;
|
#nixpkgs.url = github:jopejoe1/nixpkgs/devolo;
|
||||||
|
|
||||||
# Nix Hardware (Hardware configs)
|
# Nix Hardware (Hardware configs)
|
||||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
python312
|
python312
|
||||||
carla
|
carla
|
||||||
tela-icon-theme
|
tela-icon-theme
|
||||||
devolo-dlan-cockpit
|
#devolo-dlan-cockpit
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.nvidia.modesetting.enable = true;
|
hardware.nvidia.modesetting.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue