mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove unused garbage (1)
This commit is contained in:
parent
780e19be2c
commit
14214b3513
4 changed files with 39 additions and 58 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ ...}: {
|
||||
imports =
|
||||
[(import ./bat.nix)] # better cat command
|
||||
++ [(import ./git.nix)] # version control
|
||||
[(import ./git.nix)] # version control
|
||||
++ [(import ./nvim.nix)] # neovim editor
|
||||
++ [(import ./packages.violet.nix)] # other packages
|
||||
++ [(import ./scripts/scripts.nix)] # personal scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue