style: format nix files
This commit is contained in:
parent
22f6f8b323
commit
4d3bda09b9
19 changed files with 132 additions and 175 deletions
system
|
@ -1,18 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardened.nix
|
||||
./i18n.nix
|
||||
./nix.nix
|
||||
./vpn.nix
|
||||
];
|
||||
imports = [ ./hardened.nix ./i18n.nix ./nix.nix ./vpn.nix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
curl
|
||||
neovim
|
||||
];
|
||||
environment.systemPackages = with pkgs; [ wget curl neovim ];
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
fira-code
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
# utilises some of the measures from
|
||||
# <nixpkgs/nixos/modules/profiles/hardened.nix>
|
||||
with lib;
|
||||
{
|
||||
with lib; {
|
||||
boot.loader.systemd-boot.editor = mkDefault false;
|
||||
|
||||
nix.allowedUsers = mkDefault [ "@users" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue