video3
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
cowsay
|
||||
kitty
|
||||
wofi
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
# pkgs.hello
|
||||
|
@@ -1 +1,13 @@
|
||||
{ config, ... }: { imports = [ ./home.nix ../common ]; }
|
||||
{config, ...}: {
|
||||
imports = [
|
||||
../common
|
||||
../features/cli
|
||||
./home.nix
|
||||
];
|
||||
|
||||
features = {
|
||||
cli = {
|
||||
fish.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user