Compare commits
2 Commits
20adf44486
...
f5e1f70e6e
Author | SHA1 | Date | |
---|---|---|---|
f5e1f70e6e | |||
8d55ea3acd |
@ -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; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user