working on zsh

This commit is contained in:
2026-03-09 20:09:01 +01:00
parent 9449445970
commit 2e4c07dbb5
3 changed files with 337 additions and 347 deletions
+1 -10
View File
@@ -1,12 +1,4 @@
{
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
imports = [
./packages.nix
@@ -18,6 +10,5 @@
./office_productivity/top.nix
./terminal_shell/top.nix
];
# Enable unfree packages globally
nixpkgs.config.allowUnfree = true;
}