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
9c09161f7b
nixos-config
/
configurations
/
host
/
Old-materusPC
/
default.nix
13 lines
124 B
Nix
Raw
Normal View
History
Unescape
Escape
Old-materusPC: Move config of old PC here
2023-11-03 16:06:37 +01:00
{
config
,
pkgs
,
lib
,
.
.
.
}:
{
imports
=
[
./configuration.nix
Old-materusPC: changes after reinstall
2024-03-30 18:58:33 +01:00
./nvidia.nix
./plasma.nix
Old-materusPC: Move config of old PC here
2023-11-03 16:06:37 +01:00
]
;
}