diff options
| author | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
| commit | f011065b76e37a76222919c333005559eda8dbde (patch) | |
| tree | d56b550369591048c9062344e49ca3e79a291b14 /home/ebisu/fortune/system/default.nix | |
| parent | update (diff) | |
| download | nixos-config-f011065b76e37a76222919c333005559eda8dbde.tar.xz nixos-config-f011065b76e37a76222919c333005559eda8dbde.zip | |
swag
Diffstat (limited to 'home/ebisu/fortune/system/default.nix')
| -rw-r--r-- | home/ebisu/fortune/system/default.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/home/ebisu/fortune/system/default.nix b/home/ebisu/fortune/system/default.nix index c8ae875..fd68070 100644 --- a/home/ebisu/fortune/system/default.nix +++ b/home/ebisu/fortune/system/default.nix @@ -8,18 +8,12 @@ ./shell ./terminal ./virtualisation + ./tracing.nix ./variables.nix ./xdg.nix ]; home.packages = with pkgs; [ - # bpftrace libsForQt5.ksshaskpass ]; - - # services.ananicy = { - # enable = true; - # package = pkgs.ananicy-cpp; - # rulesProvider = pkgs.ananicy-rules-cachyos; - # }; } |