mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
8 lines
221 B
Nix
8 lines
221 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;
|
|
home.file.".config/xmobar/base-xmobarrc".source = ./base-xmobarrc;
|
|
home.file.".config/xmonad/startup.sh".source = ./startup.sh;
|
|
}
|