This website requires JavaScript.
Explore
Help
Sign In
materus
/
nixos-config
mirror of
https://github.com/materusPL/nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
55264c7d5e
nixos-config
/
configurations
/
profile
/
home
/
editor
/
default.nix
9 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
Init commit
2023-10-08 11:42:08 +02:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
{
imports
=
[
./code.nix
./neovim.nix
emacs: changes to config
2023-11-04 10:50:50 +01:00
./emacs
Init commit
2023-10-08 11:42:08 +02:00
]
;
code: nixpkgs-fmt to format code
2024-03-11 16:19:31 +01:00
}