Compare commits
No commits in common. "703187a639b97a24ccf897d6e588dc0bd34ac352" and "3bbaf1e5d2b68df2433fa094dd468ca28917e6f2" have entirely different histories.
703187a639
...
3bbaf1e5d2
2 changed files with 2 additions and 7 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,5 +1,3 @@
|
||||||
.env
|
.env
|
||||||
manualEpub
|
manualEpub # symlink for nixosConfigurations.nixos-wsl.config.system.build.manual.manualEpub
|
||||||
# symlink for nixosConfigurations.nixos-wsl.config.system.build.manual.manualEpub
|
result # Symlink for system build
|
||||||
result
|
|
||||||
# Symlink for system build
|
|
||||||
|
|
|
@ -72,9 +72,6 @@
|
||||||
nixos-wsl.nixosModules.wsl
|
nixos-wsl.nixosModules.wsl
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
|
||||||
system.configurationRevision = self.rev or self.dirtyRev or "dirty";
|
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
||||||
sharedModules = [
|
sharedModules = [
|
||||||
|
|
Loading…
Reference in a new issue