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.
830d5f79fa
main
inky
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '830d5f79fa'
${ noResults }
nix-config
/
hosts
/
desktop
/
home.nix
6 lines
45 B
Raw
Normal View
History
Unescape
Escape
Configure desktop
2 years ago
{
.
.
.
}:
{
Set up autostart layout for i3
2 years ago
imports
=
[
(
import
./i3
)
]
;
Configure desktop
2 years ago
}