working on zsh

This commit is contained in:
2026-03-09 20:07:27 +01:00
parent e41398a744
commit 9449445970
+11 -2
View File
@@ -1,4 +1,12 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{
imports = [
./packages.nix
@@ -10,5 +18,6 @@
./office_productivity/top.nix
./terminal_shell/top.nix
];
# .. put any code here
# Enable unfree packages globally
nixpkgs.config.allowUnfree = true;
}