Files
nixos-thinkpad/desktop/home/default.nix
T
2026-04-19 17:12:27 +02:00

37 lines
457 B
Nix
Executable File

{ config, pkgs, ... }:
{
imports = [
./hyprland
./hyprpaper
./hypridle
./hyprlock
./hyprsunset
./waybar
./kitty
./zsh
./dunst
./rofi
./clipboard
./lf
./librewolf
./fzf
./fastfetch
./btop
./cava
./neovim
./mullvad
];
home.packages = with pkgs; [
nautilus
tty-clock
mullvad-browser
];
xdg.userDirs = {
enable = true;
createDirectories = true;
};
}