This website works better with JavaScript.
Explore
Help
Sign In
ElnuDev
/
nix-config
Watch
1
Star
1
Fork
You've already forked nix-config
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Want to contribute?
Fork me on
Codeberg.org
!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56d9a81f8e
main
inky
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '56d9a81f8e'
${ noResults }
nix-config
/
hosts
/
thinkpads
/
home.nix
7 lines
69 B
Raw
Normal View
History
Unescape
Escape
Add multi-host configuration based loosely on https://github.com/tom-on-the-internet/system-configuration
2 years ago
{
pkgs
,
.
.
.
}:
{
Only display battery and CPU temp modules on ThinkPad
2 years ago
imports
=
[
./polybar.nix
Add brightness control
2 years ago
./i3.nix
Only display battery and CPU temp modules on ThinkPad
2 years ago
]
;
Add multi-host configuration based loosely on https://github.com/tom-on-the-internet/system-configuration
2 years ago
}