user/comma: init
This commit is contained in:
parent
54fd3373d0
commit
2f4cbd382c
8 changed files with 33 additions and 2 deletions
|
|
@ -54,6 +54,7 @@ in {
|
|||
];
|
||||
user = mkAttrsFromPaths [
|
||||
./user/catppuccin.nix
|
||||
./user/comma.nix
|
||||
./user/direnv.nix
|
||||
./user/dunst.nix
|
||||
./user/eww.nix
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [ ./packages-gui.nix ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
comma
|
||||
# ecryptfs
|
||||
efibootmgr
|
||||
fd
|
||||
|
|
|
|||
7
modules/user/comma.nix
Normal file
7
modules/user/comma.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ inputs, ... }: {
|
||||
imports = [
|
||||
inputs.nix-index-database.homeModules.default
|
||||
];
|
||||
programs.nix-index.enable = true;
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
}
|
||||
|
|
@ -102,7 +102,6 @@ let
|
|||
bindkey -a -r ':'
|
||||
'';
|
||||
in {
|
||||
programs.command-not-found.enable = true;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue