forked from foxora/nix
format with prettier formatter :3
This commit is contained in:
parent
8b1a6aca39
commit
211fa03252
18 changed files with 480 additions and 500 deletions
|
|
@ -8,8 +8,7 @@
|
|||
root,
|
||||
system,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
imports = [
|
||||
inputs.zen.homeModules.twilight
|
||||
|
||||
|
|
@ -77,8 +76,7 @@
|
|||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.file.".mozilla/native-messaging-hosts/tridactyl.json".source =
|
||||
"${upkgs.tridactyl-native}/lib/mozilla/native-messaging-hosts/tridactyl.json";
|
||||
home.file.".mozilla/native-messaging-hosts/tridactyl.json".source = "${upkgs.tridactyl-native}/lib/mozilla/native-messaging-hosts/tridactyl.json";
|
||||
|
||||
# some packages are enabled from their own module in ./modules
|
||||
home.packages = with upkgs; [
|
||||
|
|
@ -101,7 +99,7 @@
|
|||
ripgrep # rlly fast grep :3
|
||||
zip # zips .zip
|
||||
unzip # unzips .zip
|
||||
(btop.override { rocmSupport = true; }) # btop + amd gpu support
|
||||
(btop.override {rocmSupport = true;}) # btop + amd gpu support
|
||||
nmap # network discovery and mapping tool!
|
||||
distrobox # use any linux distro inside ur terminal x3
|
||||
parted # create, resize, copy, image partitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue