final changes, system is usable

This commit is contained in:
Satria 2026-02-08 20:50:39 +07:00
commit ea2ee2009e
10 changed files with 35 additions and 29 deletions

View file

@ -6,7 +6,6 @@
./core/network.nix
./core/kernel.nix
./core/shell.nix
./core/user.nix
./misc/programs.nix
./misc/graphics.nix
./desktop.nix

View file

@ -1,5 +1,4 @@
{ ... }: {
nixpkgs.config.allowUnfree = true;
nix = {
settings = {
experimental-features = [ "nix-command" "flakes" ];

View file

@ -1,8 +1,4 @@
{ pkgs, ... }: {
nixpkgs.config.permittedInsecurePackages = [
"ventoy-qt5-1.1.10"
];
environment.systemPackages = with pkgs; [
baobab
file-roller
@ -59,6 +55,7 @@
nixd
nil
nh
nvd
git
];
}