Compare commits
1 Commits
develop
...
nixpkgs-un
Author | SHA1 | Date | |
---|---|---|---|
|
3995c91169 |
@ -3,8 +3,9 @@
|
|||||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
|
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
let
|
||||||
{
|
unstable = import <nixpkgs-unstable> { config = { allowUnfree = true; }; };
|
||||||
|
in {
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
@ -168,7 +169,7 @@
|
|||||||
file
|
file
|
||||||
gnumake
|
gnumake
|
||||||
awscli2
|
awscli2
|
||||||
code-cursor
|
unstable.code-cursor
|
||||||
pavucontrol
|
pavucontrol
|
||||||
libnotify
|
libnotify
|
||||||
alsa-tools
|
alsa-tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user