mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-29 01:48:29 +02:00
configured flameshot and picom
This commit is contained in:
parent
64ca883018
commit
e96ecb6470
5 changed files with 24 additions and 3 deletions
7
users/rouven/modules/picom/default.nix
Normal file
7
users/rouven/modules/picom/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
# more configuration can go here, but I have no need for it yet
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue