Compare commits

...

2 Commits

Author SHA1 Message Date
ekzyis f5e1f70e6e Install more programs 2024-08-27 18:19:28 -05:00
ekzyis 8d55ea3acd Enable experimental support for flakes 2024-08-27 18:19:10 -05:00
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
nix.settings.experimental-features = [ "nix-command" "flakes" ];
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
@ -121,6 +122,7 @@
hash = "sha256-9zr0IlHa3BVqpJYB/J8ecB5y0gIl4cqjqTLD/cic9JU="; hash = "sha256-9zr0IlHa3BVqpJYB/J8ecB5y0gIl4cqjqTLD/cic9JU=";
}; };
})) }))
htop
dwmstatus dwmstatus
nitrogen nitrogen
dunst dunst
@ -140,6 +142,11 @@
wireguard-tools wireguard-tools
sparrow sparrow
go go
openssl
obs-studio
jq
firefox
google-chrome
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [