mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-13 08:04:36 +02:00
ported over nixos desktop config
This commit is contained in:
parent
7840268f04
commit
4586a56916
3 changed files with 45 additions and 0 deletions
programs
8
programs/dircolors.nix
Normal file
8
programs/dircolors.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.dircolors = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue