Compare commits
3 Commits
nixpkgs-un
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b562b2344 | ||
|
|
bde4b19030 | ||
|
|
3eea584cd1 |
@ -3,9 +3,8 @@
|
|||||||
# 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.
|
||||||
@ -169,19 +168,24 @@ in {
|
|||||||
file
|
file
|
||||||
gnumake
|
gnumake
|
||||||
awscli2
|
awscli2
|
||||||
unstable.code-cursor
|
code-cursor
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
pulseaudio
|
||||||
|
xbindkeys
|
||||||
|
pamixer
|
||||||
libnotify
|
libnotify
|
||||||
alsa-tools
|
alsa-tools
|
||||||
aircrack-ng
|
aircrack-ng
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
nmap
|
nmap
|
||||||
ranger
|
ranger
|
||||||
|
tree
|
||||||
tcpdump
|
tcpdump
|
||||||
wireshark
|
wireshark
|
||||||
deno
|
deno
|
||||||
pandoc
|
pandoc
|
||||||
texliveMedium
|
texliveMedium
|
||||||
|
vlc
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user