organize web related config
This commit is contained in:
parent
0a8bb06aeb
commit
6591738491
4 changed files with 12 additions and 2 deletions
|
@ -7,11 +7,10 @@
|
||||||
./games
|
./games
|
||||||
./hyprland
|
./hyprland
|
||||||
./theme
|
./theme
|
||||||
|
./web
|
||||||
|
|
||||||
./firefox.nix
|
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./thunar.nix
|
./thunar.nix
|
||||||
./thunderbird.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
11
users/willifan/graphical/web/default.nix
Normal file
11
users/willifan/graphical/web/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
|
||||||
|
./firefox.nix
|
||||||
|
./thunderbird.nix
|
||||||
|
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue