my nix stuff!
This commit is contained in:
37
modules/force.nix
Normal file
37
modules/force.nix
Normal file
@@ -0,0 +1,37 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./nixos/bootloader.nix
|
||||
./nixos/hardware.nix
|
||||
./nixos/i18n.nix
|
||||
./nixos/network.nix
|
||||
./nixos/nixpkgs.nix
|
||||
./nixos/nvidia.nix
|
||||
./nixos/programs.nix
|
||||
./stuff/nvim.nix
|
||||
./stuff/zsh.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gh
|
||||
file
|
||||
glib
|
||||
openssl
|
||||
nss
|
||||
glibc
|
||||
nixfmt-rfc-style
|
||||
killall
|
||||
deno
|
||||
bun
|
||||
imagemagick
|
||||
unzip
|
||||
libwebp
|
||||
nix-direnv
|
||||
htop
|
||||
nixpkgs-fmt
|
||||
nixd
|
||||
ffmpeg-full
|
||||
gnupg
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user