Advertisement
Guest User

Untitled

a guest
Mar 27th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. { pkgs, ... }:
  2.  
  3. {
  4. imports = [
  5. ./zsh
  6. ./starship
  7. ./hypr
  8. ./bat
  9. ./gtk
  10. ./spotify
  11. ];
  12.  
  13. home.username = "zdyant";
  14. home.homeDirectory = "/home/zdyant";
  15. home.stateVersion = "23.11"; # Please read the comment before changing.
  16.  
  17. home.packages = with pkgs; [
  18. vesktop
  19. rustup
  20. sqlite
  21. kitty
  22. xfce.thunar
  23. libnotify
  24. floorp
  25. git
  26. gh
  27. meson
  28. cmake
  29. lunarvim
  30. eza
  31. git
  32. lazygit
  33. gcc
  34. gparted
  35. man-pages
  36. mpv
  37. unzip
  38. xdg-utils
  39. playerctl
  40. bitwarden
  41. jq
  42. python310Packages.pip
  43. steam
  44. gamemode
  45. winetricks
  46. unzip
  47. unrar
  48. motrix
  49. bottles
  50. obsidian
  51. adwsteamgtk
  52. element-desktop
  53. telegram-desktop
  54. btrfs-progs
  55. mesa
  56. ];
  57.  
  58.  
  59. programs.home-manager.enable = true;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement