Compare commits
2 Commits
20adf44486
...
f5e1f70e6e
Author | SHA1 | Date | |
---|---|---|---|
f5e1f70e6e | |||
8d55ea3acd |
@ -5,6 +5,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
@ -121,6 +122,7 @@
|
||||
hash = "sha256-9zr0IlHa3BVqpJYB/J8ecB5y0gIl4cqjqTLD/cic9JU=";
|
||||
};
|
||||
}))
|
||||
htop
|
||||
dwmstatus
|
||||
nitrogen
|
||||
dunst
|
||||
@ -140,6 +142,11 @@
|
||||
wireguard-tools
|
||||
sparrow
|
||||
go
|
||||
openssl
|
||||
obs-studio
|
||||
jq
|
||||
firefox
|
||||
google-chrome
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user