This website requires JavaScript.
Explore
Help
Sign In
pixelifytica
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
5ff572a9b7
nixos
/
system
/
home
/
shell
/
fastfetch.nix
8 lines
82 B
Nix
Raw
Normal View
History
Unescape
Escape
Reformat all files using nixfmt
2024-07-30 15:06:34 +01:00
{
.
.
.
}:
{
Merge home-manager config back in to nixos config Place home-manager config under home directory, move system config under system directory. Add hostname-specific entries under home directory to be consistent with how system is configured, update flake accordingly
2024-07-03 07:15:39 +01:00
programs
.
fastfetch
=
{
enable
=
true
;
Reformat all files using nixfmt
2024-07-30 15:06:34 +01:00
settings
=
{
}
;
Merge home-manager config back in to nixos config Place home-manager config under home directory, move system config under system directory. Add hostname-specific entries under home directory to be consistent with how system is configured, update flake accordingly
2024-07-03 07:15:39 +01:00
}
;
}
Reference in a new issue
Copy permalink