mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Add Hyprland configuration and integrate into home and laptop setups
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
];
|
||||
|
||||
# Home Manager configuration for user-level dotfiles and applications
|
||||
|
||||
home.username = "zeph";
|
||||
@@ -22,6 +26,7 @@
|
||||
# wezterm
|
||||
|
||||
# File managers
|
||||
dolphin
|
||||
# thunar
|
||||
# ranger
|
||||
# nnn
|
||||
@@ -38,20 +43,24 @@
|
||||
# slack
|
||||
|
||||
# Screenshots and screen recording
|
||||
# flameshot
|
||||
# maim
|
||||
grim # Screenshot tool for Wayland
|
||||
slurp # Screen area selector for Wayland
|
||||
# obs-studio
|
||||
|
||||
# System utilities
|
||||
# rofi
|
||||
# dunst
|
||||
# polybar
|
||||
# picom
|
||||
# Hyprland essentials
|
||||
waybar # Status bar
|
||||
dunst # Notifications
|
||||
wofi # App launcher
|
||||
# rofi-wayland # Alternative launcher
|
||||
|
||||
# Wayland utilities
|
||||
wl-clipboard # Clipboard for Wayland
|
||||
|
||||
# Ricing essentials
|
||||
# hyprpaper # Wallpaper daemon
|
||||
# swww # Alternative animated wallpaper
|
||||
# lxappearance
|
||||
# nitrogen # wallpaper setter
|
||||
# pywal # color scheme generator
|
||||
# pywal # Color scheme generator
|
||||
|
||||
# Themes and icons
|
||||
# papirus-icon-theme
|
||||
|
||||
Reference in New Issue
Block a user