mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Locked base-xmobarrc and startup to nix
This commit is contained in:
parent
37ac499b62
commit
c6dc7aef60
3 changed files with 165 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{ home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs; }
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue