mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-21 03:36:32 +05:30
Compare commits
2 Commits
813bf73ecb
...
6ebc3ed144
| Author | SHA1 | Date | |
|---|---|---|---|
|
6ebc3ed144
|
|||
|
b2a103235c
|
@@ -194,7 +194,7 @@
|
|||||||
animation_type_close = "fade";
|
animation_type_close = "fade";
|
||||||
animation_fade_in = 1;
|
animation_fade_in = 1;
|
||||||
animation_fade_out = 1;
|
animation_fade_out = 1;
|
||||||
tag_animation_direction = 1;
|
tag_animation_direction = 0;
|
||||||
zoom_initial_ratio = 0.3;
|
zoom_initial_ratio = 0.3;
|
||||||
zoom_end_ratio = 0.8;
|
zoom_end_ratio = 0.8;
|
||||||
fadein_begin_opacity = 0.5;
|
fadein_begin_opacity = 0.5;
|
||||||
|
|||||||
7
modules/nixos/desktop/tpanel.nix
Normal file
7
modules/nixos/desktop/tpanel.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
flake.modules.nixos.desktop =
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ tpanel ];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user