desktop-2024-08-30-13-22-30
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with unstable.pkgs; [
|
||||
environment.systemPackages = with pkgs.unstable; [
|
||||
brave
|
||||
chromium
|
||||
firefox
|
||||
|
Reference in New Issue
Block a user