Compare commits
3 commits
f930ad59f5
...
2abd639bea
Author | SHA1 | Date | |
---|---|---|---|
2abd639bea | |||
852d8962b3 | |||
30663a70e7 |
2 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
||||||
./homeFiles.nix
|
./homeFiles.nix
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
|
./zellij.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./cli.nix
|
./cli.nix
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
|
|
|
@ -4,15 +4,13 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [./zellij.nix];
|
|
||||||
|
|
||||||
home.file.".cargo/config.toml".text = ''
|
home.file.".cargo/config.toml".text = ''
|
||||||
[build]
|
[build]
|
||||||
target-dir = "/mnt/build"
|
target-dir = "/mnt/build"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
home.file.".config/ripgrep/ignore".text = ''
|
home.file.".config/ntfy/client.yml".text = ''
|
||||||
-.
|
default-host: https://ntfy.gkaklas.gr
|
||||||
'';
|
'';
|
||||||
|
|
||||||
home.file.".config/containers/storage.conf".text = ''
|
home.file.".config/containers/storage.conf".text = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue