mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added picom config to setup
This commit is contained in:
parent
8d9faf609e
commit
8f505cff9c
5 changed files with 547 additions and 21 deletions
|
@ -942,6 +942,9 @@ In order to have Nix put my xmonad/xmobar configuration in the proper places, I
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports = [ ../picom/picom.nix ];
|
||||
|
||||
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