theyre ass
This commit is contained in:
Executable
+36
@@ -0,0 +1,36 @@
|
||||
{ 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user