initial config
This commit is contained in:
19
modules/user/dotfiles.nix
Normal file
19
modules/user/dotfiles.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
# ==========================================
|
||||
# DOTFILES — Symlink config files
|
||||
# ==========================================
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Hyprland configuration
|
||||
xdg.configFile."hypr/hyprland.conf".source = ../../config/hypr/hyprland.conf;
|
||||
|
||||
# Waybar
|
||||
xdg.configFile."waybar/config.jsonc".source = ../../config/waybar/config.jsonc;
|
||||
xdg.configFile."waybar/style.css".source = ../../config/waybar/style.css;
|
||||
|
||||
# Walker launcher
|
||||
xdg.configFile."walker/config.toml".source = ../../config/walker/config.toml;
|
||||
|
||||
# Alacritty terminal
|
||||
xdg.configFile."alacritty/alacritty.toml".source = ../../config/alacritty/alacritty.toml;
|
||||
}
|
||||
Reference in New Issue
Block a user