working on zsh
This commit is contained in:
@@ -1,4 +1,12 @@
|
|||||||
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
user,
|
||||||
|
inputs,
|
||||||
|
flakeRoot,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./packages.nix
|
./packages.nix
|
||||||
@@ -10,5 +18,6 @@
|
|||||||
./office_productivity/top.nix
|
./office_productivity/top.nix
|
||||||
./terminal_shell/top.nix
|
./terminal_shell/top.nix
|
||||||
];
|
];
|
||||||
# .. put any code here
|
# Enable unfree packages globally
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user