diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 10:46:27 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 10:46:27 +0200 |
| commit | 2926770788970ceeb31d69a726ba971358499862 (patch) | |
| tree | c3be8d9b3380c06d992d7d377d8292843790d274 /nixos/home.nix | |
| parent | c36e55e90f9bdcf2c080a874b947632fb3d56202 (diff) | |
fix sound on nixos
Diffstat (limited to 'nixos/home.nix')
| -rw-r--r-- | nixos/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/home.nix b/nixos/home.nix index c926c92..cd31c1f 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -41,6 +41,7 @@ home.file.".config/waybar".source = ./config/waybar; home.file.".config/git".source = ./config/git; home.file.".config/nvim/init.lua".source = ./config/nvim/init.lua; + home.file.".config/user-dirs.dirs".source = ./config/user-dirs.dirs; home.packages = with pkgs; [ neovim |
